diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-22 05:28:00 -0400 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-10-31 04:59:07 -0400 |
commit | 45188b726e231c069a78163a24243b83fbee7d34 (patch) | |
tree | 2016052c7e2d37421b026306167b722d01808e6b /arch/arm/boot/dts | |
parent | d436a609444b05beeced27cc30be88205c716d59 (diff) |
ARM: DT: STi: STiH416: Add DT node for ST's SATA device
ARM: DT: STi: STiH416: Add DT node for ST's SATA device
Cc: devicetree@vger.kernel.org
Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih416.dtsi | 16 |
3 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020.dts b/arch/arm/boot/dts/stih416-b2020.dts index 7ce798be5e01..5d1543babf56 100644 --- a/arch/arm/boot/dts/stih416-b2020.dts +++ b/arch/arm/boot/dts/stih416-b2020.dts | |||
@@ -29,5 +29,9 @@ | |||
29 | st,pcie-tx-pol-inv; | 29 | st,pcie-tx-pol-inv; |
30 | }; | 30 | }; |
31 | }; | 31 | }; |
32 | |||
33 | sata0: sata@fe380000{ | ||
34 | status = "okay"; | ||
35 | }; | ||
32 | }; | 36 | }; |
33 | }; | 37 | }; |
diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts index fa59224115bb..956fab8b8ffe 100644 --- a/arch/arm/boot/dts/stih416-b2020e.dts +++ b/arch/arm/boot/dts/stih416-b2020e.dts | |||
@@ -47,5 +47,9 @@ | |||
47 | st,pcie-tx-pol-inv; | 47 | st,pcie-tx-pol-inv; |
48 | }; | 48 | }; |
49 | }; | 49 | }; |
50 | |||
51 | sata0: sata@fe380000{ | ||
52 | status = "okay"; | ||
53 | }; | ||
50 | }; | 54 | }; |
51 | }; | 55 | }; |
diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index a54f6832a9ac..1137bdfcca1c 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi | |||
@@ -300,5 +300,21 @@ | |||
300 | reg-names = "sata", "pcie", "syscfg"; | 300 | reg-names = "sata", "pcie", "syscfg"; |
301 | }; | 301 | }; |
302 | }; | 302 | }; |
303 | |||
304 | sata0: sata@fe380000 { | ||
305 | compatible = "st,sti-ahci"; | ||
306 | reg = <0xfe380000 0x1000>; | ||
307 | interrupts = <GIC_SPI 157 IRQ_TYPE_NONE>; | ||
308 | interrupt-names = "hostc"; | ||
309 | phys = <&phy_port0 MIPHY_TYPE_SATA>; | ||
310 | phy-names = "sata-phy"; | ||
311 | resets = <&powerdown STIH416_SATA0_POWERDOWN>, | ||
312 | <&softreset STIH416_SATA0_SOFTRESET>; | ||
313 | reset-names = "pwr-dwn", "sw-rst"; | ||
314 | clock-names = "ahci_clk"; | ||
315 | clocks = <&clk_s_a0_ls CLK_ICN_REG>; | ||
316 | |||
317 | status = "disabled"; | ||
318 | }; | ||
303 | }; | 319 | }; |
304 | }; | 320 | }; |