aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8378_rdb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8378_rdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8378_rdb.dts69
1 files changed, 39 insertions, 30 deletions
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts
index 54ad96c1fc8b..5d90e85704c3 100644
--- a/arch/powerpc/boot/dts/mpc8378_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts
@@ -248,64 +248,73 @@
248 sleep = <&pmc 0x00c00000>; 248 sleep = <&pmc 0x00c00000>;
249 }; 249 };
250 250
251 mdio@24520 {
252 #address-cells = <1>;
253 #size-cells = <0>;
254 compatible = "fsl,gianfar-mdio";
255 reg = <0x24520 0x20>;
256 phy2: ethernet-phy@2 {
257 interrupt-parent = <&ipic>;
258 interrupts = <17 0x8>;
259 reg = <0x2>;
260 device_type = "ethernet-phy";
261 };
262 tbi0: tbi-phy@11 {
263 reg = <0x11>;
264 device_type = "tbi-phy";
265 };
266 };
267
268 mdio@25520 {
269 #address-cells = <1>;
270 #size-cells = <0>;
271 compatible = "fsl,gianfar-tbi";
272 reg = <0x25520 0x20>;
273
274 tbi1: tbi-phy@11 {
275 reg = <0x11>;
276 device_type = "tbi-phy";
277 };
278 };
279
280
281 enet0: ethernet@24000 { 251 enet0: ethernet@24000 {
252 #address-cells = <1>;
253 #size-cells = <1>;
282 cell-index = <0>; 254 cell-index = <0>;
283 device_type = "network"; 255 device_type = "network";
284 model = "eTSEC"; 256 model = "eTSEC";
285 compatible = "gianfar"; 257 compatible = "gianfar";
286 reg = <0x24000 0x1000>; 258 reg = <0x24000 0x1000>;
259 ranges = <0x0 0x24000 0x1000>;
287 local-mac-address = [ 00 00 00 00 00 00 ]; 260 local-mac-address = [ 00 00 00 00 00 00 ];
288 interrupts = <32 0x8 33 0x8 34 0x8>; 261 interrupts = <32 0x8 33 0x8 34 0x8>;
289 phy-connection-type = "mii"; 262 phy-connection-type = "mii";
290 interrupt-parent = <&ipic>; 263 interrupt-parent = <&ipic>;
264 tbi-handle = <&tbi0>;
291 phy-handle = <&phy2>; 265 phy-handle = <&phy2>;
292 sleep = <&pmc 0xc0000000>; 266 sleep = <&pmc 0xc0000000>;
293 fsl,magic-packet; 267 fsl,magic-packet;
268
269 mdio@520 {
270 #address-cells = <1>;
271 #size-cells = <0>;
272 compatible = "fsl,gianfar-mdio";
273 reg = <0x520 0x20>;
274
275 phy2: ethernet-phy@2 {
276 interrupt-parent = <&ipic>;
277 interrupts = <17 0x8>;
278 reg = <0x2>;
279 device_type = "ethernet-phy";
280 };
281
282 tbi0: tbi-phy@11 {
283 reg = <0x11>;
284 device_type = "tbi-phy";
285 };
286 };
294 }; 287 };
295 288
296 enet1: ethernet@25000 { 289 enet1: ethernet@25000 {
290 #address-cells = <1>;
291 #size-cells = <1>;
297 cell-index = <1>; 292 cell-index = <1>;
298 device_type = "network"; 293 device_type = "network";
299 model = "eTSEC"; 294 model = "eTSEC";
300 compatible = "gianfar"; 295 compatible = "gianfar";
301 reg = <0x25000 0x1000>; 296 reg = <0x25000 0x1000>;
297 ranges = <0x0 0x25000 0x1000>;
302 local-mac-address = [ 00 00 00 00 00 00 ]; 298 local-mac-address = [ 00 00 00 00 00 00 ];
303 interrupts = <35 0x8 36 0x8 37 0x8>; 299 interrupts = <35 0x8 36 0x8 37 0x8>;
304 phy-connection-type = "mii"; 300 phy-connection-type = "mii";
305 interrupt-parent = <&ipic>; 301 interrupt-parent = <&ipic>;
306 fixed-link = <1 1 1000 0 0>; 302 fixed-link = <1 1 1000 0 0>;
303 tbi-handle = <&tbi1>;
307 sleep = <&pmc 0x30000000>; 304 sleep = <&pmc 0x30000000>;
308 fsl,magic-packet; 305 fsl,magic-packet;
306
307 mdio@520 {
308 #address-cells = <1>;
309 #size-cells = <0>;
310 compatible = "fsl,gianfar-tbi";
311 reg = <0x520 0x20>;
312
313 tbi1: tbi-phy@11 {
314 reg = <0x11>;
315 device_type = "tbi-phy";
316 };
317 };
309 }; 318 };
310 319
311 serial0: serial@4500 { 320 serial0: serial@4500 {