diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-29 22:46:19 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-29 22:46:19 -0400 |
commit | 0a3108beea9143225119d5e7c72a8e2c64f3eb7d (patch) | |
tree | 89ec500c03f0704799407265db21966b721c6d3f /arch/powerpc/boot/dts/sbc8548.dts | |
parent | ec78c8ac16e7a5f45e21838ab2f5573200bfcdd3 (diff) | |
parent | df4b6806d35ca6adedd5c0a7e36ac74af1c32d7a (diff) |
Merge commit 'kumar/next' into next
Diffstat (limited to 'arch/powerpc/boot/dts/sbc8548.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sbc8548.dts | 78 |
1 files changed, 42 insertions, 36 deletions
diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/powerpc/boot/dts/sbc8548.dts index 2baf4a51f224..9c5079fec4f2 100644 --- a/arch/powerpc/boot/dts/sbc8548.dts +++ b/arch/powerpc/boot/dts/sbc8548.dts | |||
@@ -234,66 +234,72 @@ | |||
234 | }; | 234 | }; |
235 | }; | 235 | }; |
236 | 236 | ||
237 | mdio@24520 { | ||
238 | #address-cells = <1>; | ||
239 | #size-cells = <0>; | ||
240 | compatible = "fsl,gianfar-mdio"; | ||
241 | reg = <0x24520 0x20>; | ||
242 | |||
243 | phy0: ethernet-phy@19 { | ||
244 | interrupt-parent = <&mpic>; | ||
245 | interrupts = <0x6 0x1>; | ||
246 | reg = <0x19>; | ||
247 | device_type = "ethernet-phy"; | ||
248 | }; | ||
249 | phy1: ethernet-phy@1a { | ||
250 | interrupt-parent = <&mpic>; | ||
251 | interrupts = <0x7 0x1>; | ||
252 | reg = <0x1a>; | ||
253 | device_type = "ethernet-phy"; | ||
254 | }; | ||
255 | tbi0: tbi-phy@11 { | ||
256 | reg = <0x11>; | ||
257 | device_type = "tbi-phy"; | ||
258 | }; | ||
259 | }; | ||
260 | |||
261 | mdio@25520 { | ||
262 | #address-cells = <1>; | ||
263 | #size-cells = <0>; | ||
264 | compatible = "fsl,gianfar-tbi"; | ||
265 | reg = <0x25520 0x20>; | ||
266 | |||
267 | tbi1: tbi-phy@11 { | ||
268 | reg = <0x11>; | ||
269 | device_type = "tbi-phy"; | ||
270 | }; | ||
271 | }; | ||
272 | |||
273 | enet0: ethernet@24000 { | 237 | enet0: ethernet@24000 { |
238 | #address-cells = <1>; | ||
239 | #size-cells = <1>; | ||
274 | cell-index = <0>; | 240 | cell-index = <0>; |
275 | device_type = "network"; | 241 | device_type = "network"; |
276 | model = "eTSEC"; | 242 | model = "eTSEC"; |
277 | compatible = "gianfar"; | 243 | compatible = "gianfar"; |
278 | reg = <0x24000 0x1000>; | 244 | reg = <0x24000 0x1000>; |
245 | ranges = <0x0 0x24000 0x1000>; | ||
279 | local-mac-address = [ 00 00 00 00 00 00 ]; | 246 | local-mac-address = [ 00 00 00 00 00 00 ]; |
280 | interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>; | 247 | interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>; |
281 | interrupt-parent = <&mpic>; | 248 | interrupt-parent = <&mpic>; |
282 | tbi-handle = <&tbi0>; | 249 | tbi-handle = <&tbi0>; |
283 | phy-handle = <&phy0>; | 250 | phy-handle = <&phy0>; |
251 | |||
252 | mdio@520 { | ||
253 | #address-cells = <1>; | ||
254 | #size-cells = <0>; | ||
255 | compatible = "fsl,gianfar-mdio"; | ||
256 | reg = <0x520 0x20>; | ||
257 | |||
258 | phy0: ethernet-phy@19 { | ||
259 | interrupt-parent = <&mpic>; | ||
260 | interrupts = <0x6 0x1>; | ||
261 | reg = <0x19>; | ||
262 | device_type = "ethernet-phy"; | ||
263 | }; | ||
264 | phy1: ethernet-phy@1a { | ||
265 | interrupt-parent = <&mpic>; | ||
266 | interrupts = <0x7 0x1>; | ||
267 | reg = <0x1a>; | ||
268 | device_type = "ethernet-phy"; | ||
269 | }; | ||
270 | tbi0: tbi-phy@11 { | ||
271 | reg = <0x11>; | ||
272 | device_type = "tbi-phy"; | ||
273 | }; | ||
274 | }; | ||
284 | }; | 275 | }; |
285 | 276 | ||
286 | enet1: ethernet@25000 { | 277 | enet1: ethernet@25000 { |
278 | #address-cells = <1>; | ||
279 | #size-cells = <1>; | ||
287 | cell-index = <1>; | 280 | cell-index = <1>; |
288 | device_type = "network"; | 281 | device_type = "network"; |
289 | model = "eTSEC"; | 282 | model = "eTSEC"; |
290 | compatible = "gianfar"; | 283 | compatible = "gianfar"; |
291 | reg = <0x25000 0x1000>; | 284 | reg = <0x25000 0x1000>; |
285 | ranges = <0x0 0x25000 0x1000>; | ||
292 | local-mac-address = [ 00 00 00 00 00 00 ]; | 286 | local-mac-address = [ 00 00 00 00 00 00 ]; |
293 | interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>; | 287 | interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>; |
294 | interrupt-parent = <&mpic>; | 288 | interrupt-parent = <&mpic>; |
295 | tbi-handle = <&tbi1>; | 289 | tbi-handle = <&tbi1>; |
296 | phy-handle = <&phy1>; | 290 | phy-handle = <&phy1>; |
291 | |||
292 | mdio@520 { | ||
293 | #address-cells = <1>; | ||
294 | #size-cells = <0>; | ||
295 | compatible = "fsl,gianfar-tbi"; | ||
296 | reg = <0x520 0x20>; | ||
297 | |||
298 | tbi1: tbi-phy@11 { | ||
299 | reg = <0x11>; | ||
300 | device_type = "tbi-phy"; | ||
301 | }; | ||
302 | }; | ||
297 | }; | 303 | }; |
298 | 304 | ||
299 | serial0: serial@4500 { | 305 | serial0: serial@4500 { |