aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8568mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8568mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8568mds.dts45
1 files changed, 10 insertions, 35 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts
index d73e5f165ef8..60f0eab4ca8d 100644
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
@@ -101,9 +101,9 @@
101 mdio@24520 { 101 mdio@24520 {
102 #address-cells = <1>; 102 #address-cells = <1>;
103 #size-cells = <0>; 103 #size-cells = <0>;
104 device_type = "mdio"; 104 compatible = "fsl,gianfar-mdio";
105 compatible = "gianfar";
106 reg = <24520 20>; 105 reg = <24520 20>;
106
107 phy0: ethernet-phy@7 { 107 phy0: ethernet-phy@7 {
108 interrupt-parent = <&mpic>; 108 interrupt-parent = <&mpic>;
109 interrupts = <1 1>; 109 interrupts = <1 1>;
@@ -130,38 +130,24 @@
130 }; 130 };
131 }; 131 };
132 132
133 ethernet@24000 { 133 enet0: ethernet@24000 {
134 #address-cells = <1>; 134 cell-index = <0>;
135 #size-cells = <0>;
136 device_type = "network"; 135 device_type = "network";
137 model = "eTSEC"; 136 model = "eTSEC";
138 compatible = "gianfar"; 137 compatible = "gianfar";
139 reg = <24000 1000>; 138 reg = <24000 1000>;
140 /*
141 * mac-address is deprecated and will be removed
142 * in 2.6.25. Only recent versions of
143 * U-Boot support local-mac-address, however.
144 */
145 mac-address = [ 00 00 00 00 00 00 ];
146 local-mac-address = [ 00 00 00 00 00 00 ]; 139 local-mac-address = [ 00 00 00 00 00 00 ];
147 interrupts = <1d 2 1e 2 22 2>; 140 interrupts = <1d 2 1e 2 22 2>;
148 interrupt-parent = <&mpic>; 141 interrupt-parent = <&mpic>;
149 phy-handle = <&phy2>; 142 phy-handle = <&phy2>;
150 }; 143 };
151 144
152 ethernet@25000 { 145 enet1: ethernet@25000 {
153 #address-cells = <1>; 146 cell-index = <1>;
154 #size-cells = <0>;
155 device_type = "network"; 147 device_type = "network";
156 model = "eTSEC"; 148 model = "eTSEC";
157 compatible = "gianfar"; 149 compatible = "gianfar";
158 reg = <25000 1000>; 150 reg = <25000 1000>;
159 /*
160 * mac-address is deprecated and will be removed
161 * in 2.6.25. Only recent versions of
162 * U-Boot support local-mac-address, however.
163 */
164 mac-address = [ 00 00 00 00 00 00 ];
165 local-mac-address = [ 00 00 00 00 00 00 ]; 151 local-mac-address = [ 00 00 00 00 00 00 ];
166 interrupts = <23 2 24 2 28 2>; 152 interrupts = <23 2 24 2 28 2>;
167 interrupt-parent = <&mpic>; 153 interrupt-parent = <&mpic>;
@@ -318,20 +304,15 @@
318 mode = "cpu"; 304 mode = "cpu";
319 }; 305 };
320 306
321 ucc@2000 { 307 enet2: ucc@2000 {
322 device_type = "network"; 308 device_type = "network";
323 compatible = "ucc_geth"; 309 compatible = "ucc_geth";
324 model = "UCC"; 310 model = "UCC";
311 cell-index = <1>;
325 device-id = <1>; 312 device-id = <1>;
326 reg = <2000 200>; 313 reg = <2000 200>;
327 interrupts = <20>; 314 interrupts = <20>;
328 interrupt-parent = <&qeic>; 315 interrupt-parent = <&qeic>;
329 /*
330 * mac-address is deprecated and will be removed
331 * in 2.6.25. Only recent versions of
332 * U-Boot support local-mac-address, however.
333 */
334 mac-address = [ 00 00 00 00 00 00 ];
335 local-mac-address = [ 00 00 00 00 00 00 ]; 316 local-mac-address = [ 00 00 00 00 00 00 ];
336 rx-clock = <0>; 317 rx-clock = <0>;
337 tx-clock = <20>; 318 tx-clock = <20>;
@@ -340,20 +321,15 @@
340 phy-connection-type = "rgmii-id"; 321 phy-connection-type = "rgmii-id";
341 }; 322 };
342 323
343 ucc@3000 { 324 enet3: ucc@3000 {
344 device_type = "network"; 325 device_type = "network";
345 compatible = "ucc_geth"; 326 compatible = "ucc_geth";
346 model = "UCC"; 327 model = "UCC";
328 cell-index = <2>;
347 device-id = <2>; 329 device-id = <2>;
348 reg = <3000 200>; 330 reg = <3000 200>;
349 interrupts = <21>; 331 interrupts = <21>;
350 interrupt-parent = <&qeic>; 332 interrupt-parent = <&qeic>;
351 /*
352 * mac-address is deprecated and will be removed
353 * in 2.6.25. Only recent versions of
354 * U-Boot support local-mac-address, however.
355 */
356 mac-address = [ 00 00 00 00 00 00 ];
357 local-mac-address = [ 00 00 00 00 00 00 ]; 333 local-mac-address = [ 00 00 00 00 00 00 ];
358 rx-clock = <0>; 334 rx-clock = <0>;
359 tx-clock = <20>; 335 tx-clock = <20>;
@@ -366,7 +342,6 @@
366 #address-cells = <1>; 342 #address-cells = <1>;
367 #size-cells = <0>; 343 #size-cells = <0>;
368 reg = <2120 18>; 344 reg = <2120 18>;
369 device_type = "mdio";
370 compatible = "ucc_geth_phy"; 345 compatible = "ucc_geth_phy";
371 346
372 /* These are the same PHYs as on 347 /* These are the same PHYs as on