diff options
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064.dtsi | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi index 244f857f0e6f..63b2146f563b 100644 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi | |||
@@ -234,6 +234,39 @@ | |||
234 | }; | 234 | }; |
235 | }; | 235 | }; |
236 | 236 | ||
237 | sata_phy: sata-phy@1b400000 { | ||
238 | compatible = "qcom,ipq806x-sata-phy"; | ||
239 | reg = <0x1b400000 0x200>; | ||
240 | |||
241 | clocks = <&gcc SATA_PHY_CFG_CLK>; | ||
242 | clock-names = "cfg"; | ||
243 | |||
244 | #phy-cells = <0>; | ||
245 | status = "disabled"; | ||
246 | }; | ||
247 | |||
248 | sata@29000000 { | ||
249 | compatible = "qcom,ipq806x-ahci", "generic-ahci"; | ||
250 | reg = <0x29000000 0x180>; | ||
251 | |||
252 | interrupts = <0 209 0x0>; | ||
253 | |||
254 | clocks = <&gcc SFAB_SATA_S_H_CLK>, | ||
255 | <&gcc SATA_H_CLK>, | ||
256 | <&gcc SATA_A_CLK>, | ||
257 | <&gcc SATA_RXOOB_CLK>, | ||
258 | <&gcc SATA_PMALIVE_CLK>; | ||
259 | clock-names = "slave_face", "iface", "core", | ||
260 | "rxoob", "pmalive"; | ||
261 | |||
262 | assigned-clocks = <&gcc SATA_RXOOB_CLK>, <&gcc SATA_PMALIVE_CLK>; | ||
263 | assigned-clock-rates = <100000000>, <100000000>; | ||
264 | |||
265 | phys = <&sata_phy>; | ||
266 | phy-names = "sata-phy"; | ||
267 | status = "disabled"; | ||
268 | }; | ||
269 | |||
237 | qcom,ssbi@500000 { | 270 | qcom,ssbi@500000 { |
238 | compatible = "qcom,ssbi"; | 271 | compatible = "qcom,ssbi"; |
239 | reg = <0x00500000 0x1000>; | 272 | reg = <0x00500000 0x1000>; |