diff options
Diffstat (limited to 'arch/powerpc/boot/dts/canyonlands.dts')
-rw-r--r-- | arch/powerpc/boot/dts/canyonlands.dts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index 4447def69dc5..5fd1ad09bdf2 100644 --- a/arch/powerpc/boot/dts/canyonlands.dts +++ b/arch/powerpc/boot/dts/canyonlands.dts | |||
@@ -149,6 +149,20 @@ | |||
149 | /*RXDE*/ 0x5 0x4>; | 149 | /*RXDE*/ 0x5 0x4>; |
150 | }; | 150 | }; |
151 | 151 | ||
152 | USB0: ehci@bffd0400 { | ||
153 | compatible = "ibm,usb-ehci-460ex", "usb-ehci"; | ||
154 | interrupt-parent = <&UIC2>; | ||
155 | interrupts = <0x1d 4>; | ||
156 | reg = <4 0xbffd0400 0x90 4 0xbffd0490 0x70>; | ||
157 | }; | ||
158 | |||
159 | USB1: usb@bffd0000 { | ||
160 | compatible = "ohci-le"; | ||
161 | reg = <4 0xbffd0000 0x60>; | ||
162 | interrupt-parent = <&UIC2>; | ||
163 | interrupts = <0x1e 4>; | ||
164 | }; | ||
165 | |||
152 | POB0: opb { | 166 | POB0: opb { |
153 | compatible = "ibm,opb-460ex", "ibm,opb"; | 167 | compatible = "ibm,opb-460ex", "ibm,opb"; |
154 | #address-cells = <1>; | 168 | #address-cells = <1>; |
@@ -252,6 +266,20 @@ | |||
252 | reg = <0xef600700 0x00000014>; | 266 | reg = <0xef600700 0x00000014>; |
253 | interrupt-parent = <&UIC0>; | 267 | interrupt-parent = <&UIC0>; |
254 | interrupts = <0x2 0x4>; | 268 | interrupts = <0x2 0x4>; |
269 | #address-cells = <1>; | ||
270 | #size-cells = <0>; | ||
271 | rtc@68 { | ||
272 | compatible = "stm,m41t80"; | ||
273 | reg = <0x68>; | ||
274 | interrupt-parent = <&UIC2>; | ||
275 | interrupts = <0x19 0x8>; | ||
276 | }; | ||
277 | sttm@48 { | ||
278 | compatible = "ad,ad7414"; | ||
279 | reg = <0x48>; | ||
280 | interrupt-parent = <&UIC1>; | ||
281 | interrupts = <0x14 0x8>; | ||
282 | }; | ||
255 | }; | 283 | }; |
256 | 284 | ||
257 | IIC1: i2c@ef600800 { | 285 | IIC1: i2c@ef600800 { |