ARM: shmobile: r8a7791: Add SATA nodes to r8a7791.dtsi
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Tue, 14 Jan 2014 17:05:40 +0000 (21:05 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Feb 2014 01:16:59 +0000 (10:16 +0900)
This adds SATA[01] device nodes to r8a7791.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>
arch/arm/boot/dts/r8a7791.dtsi

index 94e3cc17448ca9683f80f5dd6b2f07c5479b37e6..d5cc3626dd605461c5c2e4a7762b6c9b4af12e65 100644 (file)
                status = "disabled";
        };
 
+       sata0: sata@ee300000 {
+               compatible = "renesas,sata-r8a7791";
+               reg = <0 0xee300000 0 0x2000>;
+               interrupt-parent = <&gic>;
+               interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp8_clks R8A7791_CLK_SATA0>;
+               status = "disabled";
+       };
+
+       sata1: sata@ee500000 {
+               compatible = "renesas,sata-r8a7791";
+               reg = <0 0xee500000 0 0x2000>;
+               interrupt-parent = <&gic>;
+               interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp8_clks R8A7791_CLK_SATA1>;
+               status = "disabled";
+       };
+
        clocks {
                #address-cells = <2>;
                #size-cells = <2>;
This page took 0.026047 seconds and 5 git commands to generate.