aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8540ads.dts
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2006-08-21 15:29:28 -0400
committerPaul Mackerras <paulus@samba.org>2006-08-23 01:51:18 -0400
commitaa74a30be971c632d734e487df42278b1cf85151 (patch)
treee6489ffa44feaf4127f33b26d946f28a619f9525 /arch/powerpc/boot/dts/mpc8540ads.dts
parent343832734fac000d2d276ccc41955daded1265f5 (diff)
[POWERPC] Fix FEC node in 8540 ADS dts
* Fixed the FEC node, and its accompanying PHY * Fixed a spacing issue in the PIC node Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8540ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8540ads.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts b/arch/powerpc/boot/dts/mpc8540ads.dts
index 93d2c2de6566..5f41c1f7a5f3 100644
--- a/arch/powerpc/boot/dts/mpc8540ads.dts
+++ b/arch/powerpc/boot/dts/mpc8540ads.dts
@@ -83,11 +83,11 @@
83 reg = <1>; 83 reg = <1>;
84 device_type = "ethernet-phy"; 84 device_type = "ethernet-phy";
85 }; 85 };
86 ethernet-phy@2 { 86 ethernet-phy@3 {
87 linux,phandle = <2452002>; 87 linux,phandle = <2452003>;
88 interrupt-parent = <40000>; 88 interrupt-parent = <40000>;
89 interrupts = <37 1>; 89 interrupts = <37 1>;
90 reg = <2>; 90 reg = <3>;
91 device_type = "ethernet-phy"; 91 device_type = "ethernet-phy";
92 }; 92 };
93 }; 93 };
@@ -124,14 +124,14 @@
124 #address-cells = <1>; 124 #address-cells = <1>;
125 #size-cells = <0>; 125 #size-cells = <0>;
126 device_type = "network"; 126 device_type = "network";
127 model = "TSEC"; 127 model = "FEC";
128 compatible = "gianfar"; 128 compatible = "gianfar";
129 reg = <26000 1000>; 129 reg = <26000 1000>;
130 address = [ 00 E0 0C 00 73 02 ]; 130 address = [ 00 E0 0C 00 73 02 ];
131 local-mac-address = [ 00 E0 0C 00 73 02 ]; 131 local-mac-address = [ 00 E0 0C 00 73 02 ];
132 interrupts = <19 2>; 132 interrupts = <19 2>;
133 interrupt-parent = <40000>; 133 interrupt-parent = <40000>;
134 phy-handle = <2452002>; 134 phy-handle = <2452003>;
135 }; 135 };
136 136
137 serial@4500 { 137 serial@4500 {
@@ -251,7 +251,7 @@
251 built-in; 251 built-in;
252 compatible = "chrp,open-pic"; 252 compatible = "chrp,open-pic";
253 device_type = "open-pic"; 253 device_type = "open-pic";
254 big-endian; 254 big-endian;
255 }; 255 };
256 }; 256 };
257}; 257};