aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8572ds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8572ds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8572ds.dts45
1 files changed, 45 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts
index a10506e6fa27..21459e161d02 100644
--- a/arch/powerpc/boot/dts/mpc8572ds.dts
+++ b/arch/powerpc/boot/dts/mpc8572ds.dts
@@ -338,6 +338,47 @@
338 interrupts = <10 1>; 338 interrupts = <10 1>;
339 reg = <0x3>; 339 reg = <0x3>;
340 }; 340 };
341
342 tbi0: tbi-phy@11 {
343 reg = <0x11>;
344 device_type = "tbi-phy";
345 };
346 };
347
348 mdio@25520 {
349 #address-cells = <1>;
350 #size-cells = <0>;
351 compatible = "fsl,gianfar-tbi";
352 reg = <0x25520 0x20>;
353
354 tbi1: tbi-phy@11 {
355 reg = <0x11>;
356 device_type = "tbi-phy";
357 };
358 };
359
360 mdio@26520 {
361 #address-cells = <1>;
362 #size-cells = <0>;
363 compatible = "fsl,gianfar-tbi";
364 reg = <0x26520 0x20>;
365
366 tbi2: tbi-phy@11 {
367 reg = <0x11>;
368 device_type = "tbi-phy";
369 };
370 };
371
372 mdio@27520 {
373 #address-cells = <1>;
374 #size-cells = <0>;
375 compatible = "fsl,gianfar-tbi";
376 reg = <0x27520 0x20>;
377
378 tbi3: tbi-phy@11 {
379 reg = <0x11>;
380 device_type = "tbi-phy";
381 };
341 }; 382 };
342 383
343 enet0: ethernet@24000 { 384 enet0: ethernet@24000 {
@@ -349,6 +390,7 @@
349 local-mac-address = [ 00 00 00 00 00 00 ]; 390 local-mac-address = [ 00 00 00 00 00 00 ];
350 interrupts = <29 2 30 2 34 2>; 391 interrupts = <29 2 30 2 34 2>;
351 interrupt-parent = <&mpic>; 392 interrupt-parent = <&mpic>;
393 tbi-handle = <&tbi0>;
352 phy-handle = <&phy0>; 394 phy-handle = <&phy0>;
353 phy-connection-type = "rgmii-id"; 395 phy-connection-type = "rgmii-id";
354 }; 396 };
@@ -362,6 +404,7 @@
362 local-mac-address = [ 00 00 00 00 00 00 ]; 404 local-mac-address = [ 00 00 00 00 00 00 ];
363 interrupts = <35 2 36 2 40 2>; 405 interrupts = <35 2 36 2 40 2>;
364 interrupt-parent = <&mpic>; 406 interrupt-parent = <&mpic>;
407 tbi-handle = <&tbi1>;
365 phy-handle = <&phy1>; 408 phy-handle = <&phy1>;
366 phy-connection-type = "rgmii-id"; 409 phy-connection-type = "rgmii-id";
367 }; 410 };
@@ -375,6 +418,7 @@
375 local-mac-address = [ 00 00 00 00 00 00 ]; 418 local-mac-address = [ 00 00 00 00 00 00 ];
376 interrupts = <31 2 32 2 33 2>; 419 interrupts = <31 2 32 2 33 2>;
377 interrupt-parent = <&mpic>; 420 interrupt-parent = <&mpic>;
421 tbi-handle = <&tbi2>;
378 phy-handle = <&phy2>; 422 phy-handle = <&phy2>;
379 phy-connection-type = "rgmii-id"; 423 phy-connection-type = "rgmii-id";
380 }; 424 };
@@ -388,6 +432,7 @@
388 local-mac-address = [ 00 00 00 00 00 00 ]; 432 local-mac-address = [ 00 00 00 00 00 00 ];
389 interrupts = <37 2 38 2 39 2>; 433 interrupts = <37 2 38 2 39 2>;
390 interrupt-parent = <&mpic>; 434 interrupt-parent = <&mpic>;
435 tbi-handle = <&tbi3>;
391 phy-handle = <&phy3>; 436 phy-handle = <&phy3>;
392 phy-connection-type = "rgmii-id"; 437 phy-connection-type = "rgmii-id";
393 }; 438 };