ARM: shmobile: r8a7790: Add SATA nodes to r8a7790.dtsi
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Tue, 14 Jan 2014 17:05:30 +0000 (21:05 +0400)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:21:52 +0000 (09:21 +0900)
This adds SATA[01] device nodes to r8a7790.dtsi

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit cde630f763b07ff5d8ff7d34969f9dd05a2a4001)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790.dtsi

index 8cc68f7..0914921 100644 (file)
                status = "disabled";
        };
 
+       sata0: sata@ee300000 {
+               compatible = "renesas,sata-r8a7790";
+               reg = <0 0xee300000 0 0x2000>;
+               interrupt-parent = <&gic>;
+               interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp8_clks R8A7790_CLK_SATA0>;
+               status = "disabled";
+       };
+
+       sata1: sata@ee500000 {
+               compatible = "renesas,sata-r8a7790";
+               reg = <0 0xee500000 0 0x2000>;
+               interrupt-parent = <&gic>;
+               interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp8_clks R8A7790_CLK_SATA1>;
+               status = "disabled";
+       };
+
        clocks {
                #address-cells = <2>;
                #size-cells = <2>;