aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8541cds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8541cds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8541cds.dts14
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8541cds.dts b/arch/powerpc/boot/dts/mpc8541cds.dts
index 101c0b6095b0..8637fe09d952 100644
--- a/arch/powerpc/boot/dts/mpc8541cds.dts
+++ b/arch/powerpc/boot/dts/mpc8541cds.dts
@@ -76,9 +76,9 @@
76 mdio@24520 { 76 mdio@24520 {
77 #address-cells = <1>; 77 #address-cells = <1>;
78 #size-cells = <0>; 78 #size-cells = <0>;
79 device_type = "mdio"; 79 compatible = "fsl,gianfar-mdio";
80 compatible = "gianfar";
81 reg = <24520 20>; 80 reg = <24520 20>;
81
82 phy0: ethernet-phy@0 { 82 phy0: ethernet-phy@0 {
83 interrupt-parent = <&mpic>; 83 interrupt-parent = <&mpic>;
84 interrupts = <5 1>; 84 interrupts = <5 1>;
@@ -93,9 +93,8 @@
93 }; 93 };
94 }; 94 };
95 95
96 ethernet@24000 { 96 enet0: ethernet@24000 {
97 #address-cells = <1>; 97 cell-index = <0>;
98 #size-cells = <0>;
99 device_type = "network"; 98 device_type = "network";
100 model = "TSEC"; 99 model = "TSEC";
101 compatible = "gianfar"; 100 compatible = "gianfar";
@@ -106,9 +105,8 @@
106 phy-handle = <&phy0>; 105 phy-handle = <&phy0>;
107 }; 106 };
108 107
109 ethernet@25000 { 108 enet1: ethernet@25000 {
110 #address-cells = <1>; 109 cell-index = <1>;
111 #size-cells = <0>;
112 device_type = "network"; 110 device_type = "network";
113 model = "TSEC"; 111 model = "TSEC";
114 compatible = "gianfar"; 112 compatible = "gianfar";