aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc834x_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc834x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc834x_mds.dts26
1 files changed, 7 insertions, 19 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts
index 73311e82ab5d..c5239c9f2759 100644
--- a/arch/powerpc/boot/dts/mpc834x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc834x_mds.dts
@@ -119,11 +119,11 @@
119 }; 119 };
120 120
121 mdio@24520 { 121 mdio@24520 {
122 device_type = "mdio";
123 compatible = "gianfar";
124 reg = <24520 20>;
125 #address-cells = <1>; 122 #address-cells = <1>;
126 #size-cells = <0>; 123 #size-cells = <0>;
124 compatible = "fsl,gianfar-mdio";
125 reg = <24520 20>;
126
127 phy0: ethernet-phy@0 { 127 phy0: ethernet-phy@0 {
128 interrupt-parent = < &ipic >; 128 interrupt-parent = < &ipic >;
129 interrupts = <11 8>; 129 interrupts = <11 8>;
@@ -138,17 +138,12 @@
138 }; 138 };
139 }; 139 };
140 140
141 ethernet@24000 { 141 enet0: ethernet@24000 {
142 cell-index = <0>;
142 device_type = "network"; 143 device_type = "network";
143 model = "TSEC"; 144 model = "TSEC";
144 compatible = "gianfar"; 145 compatible = "gianfar";
145 reg = <24000 1000>; 146 reg = <24000 1000>;
146 /*
147 * address is deprecated and will be removed
148 * in 2.6.25. Only recent versions of
149 * U-Boot support local-mac-address, however.
150 */
151 address = [ 00 00 00 00 00 00 ];
152 local-mac-address = [ 00 00 00 00 00 00 ]; 147 local-mac-address = [ 00 00 00 00 00 00 ];
153 interrupts = <20 8 21 8 22 8>; 148 interrupts = <20 8 21 8 22 8>;
154 interrupt-parent = < &ipic >; 149 interrupt-parent = < &ipic >;
@@ -156,19 +151,12 @@
156 linux,network-index = <0>; 151 linux,network-index = <0>;
157 }; 152 };
158 153
159 ethernet@25000 { 154 enet1: ethernet@25000 {
160 #address-cells = <1>; 155 cell-index = <1>;
161 #size-cells = <0>;
162 device_type = "network"; 156 device_type = "network";
163 model = "TSEC"; 157 model = "TSEC";
164 compatible = "gianfar"; 158 compatible = "gianfar";
165 reg = <25000 1000>; 159 reg = <25000 1000>;
166 /*
167 * address is deprecated and will be removed
168 * in 2.6.25. Only recent versions of
169 * U-Boot support local-mac-address, however.
170 */
171 address = [ 00 00 00 00 00 00 ];
172 local-mac-address = [ 00 00 00 00 00 00 ]; 160 local-mac-address = [ 00 00 00 00 00 00 ];
173 interrupts = <23 8 24 8 25 8>; 161 interrupts = <23 8 24 8 25 8>;
174 interrupt-parent = < &ipic >; 162 interrupt-parent = < &ipic >;