diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-6282.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-6282.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi b/arch/arm/boot/dts/kirkwood-6282.dtsi index 66a751ab5516..a63a11137262 100644 --- a/arch/arm/boot/dts/kirkwood-6282.dtsi +++ b/arch/arm/boot/dts/kirkwood-6282.dtsi | |||
@@ -49,6 +49,34 @@ | |||
49 | }; | 49 | }; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | rtc@10300 { | ||
53 | compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc"; | ||
54 | reg = <0x10300 0x20>; | ||
55 | interrupts = <53>; | ||
56 | clocks = <&gate_clk 7>; | ||
57 | }; | ||
58 | |||
59 | sata@80000 { | ||
60 | compatible = "marvell,orion-sata"; | ||
61 | reg = <0x80000 0x5000>; | ||
62 | interrupts = <21>; | ||
63 | clocks = <&gate_clk 14>, <&gate_clk 15>; | ||
64 | clock-names = "0", "1"; | ||
65 | status = "disabled"; | ||
66 | }; | ||
67 | |||
68 | mvsdio@90000 { | ||
69 | compatible = "marvell,orion-sdio"; | ||
70 | reg = <0x90000 0x200>; | ||
71 | interrupts = <28>; | ||
72 | clocks = <&gate_clk 4>; | ||
73 | bus-width = <4>; | ||
74 | cap-sdio-irq; | ||
75 | cap-sd-highspeed; | ||
76 | cap-mmc-highspeed; | ||
77 | status = "disabled"; | ||
78 | }; | ||
79 | |||
52 | thermal@10078 { | 80 | thermal@10078 { |
53 | compatible = "marvell,kirkwood-thermal"; | 81 | compatible = "marvell,kirkwood-thermal"; |
54 | reg = <0x10078 0x4>; | 82 | reg = <0x10078 0x4>; |