diff options
Diffstat (limited to 'arch/powerpc/boot/dts/gef_sbc610.dts')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index 714175ccb2a4..6582dbd36da7 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -202,34 +202,37 @@ | |||
202 | }; | 202 | }; |
203 | }; | 203 | }; |
204 | 204 | ||
205 | mdio@24520 { | ||
206 | #address-cells = <1>; | ||
207 | #size-cells = <0>; | ||
208 | compatible = "fsl,gianfar-mdio"; | ||
209 | reg = <0x24520 0x20>; | ||
210 | |||
211 | phy0: ethernet-phy@0 { | ||
212 | interrupt-parent = <&gef_pic>; | ||
213 | interrupts = <0x9 0x4>; | ||
214 | reg = <1>; | ||
215 | }; | ||
216 | phy2: ethernet-phy@2 { | ||
217 | interrupt-parent = <&gef_pic>; | ||
218 | interrupts = <0x8 0x4>; | ||
219 | reg = <3>; | ||
220 | }; | ||
221 | }; | ||
222 | |||
223 | enet0: ethernet@24000 { | 205 | enet0: ethernet@24000 { |
206 | #address-cells = <1>; | ||
207 | #size-cells = <1>; | ||
224 | device_type = "network"; | 208 | device_type = "network"; |
225 | model = "eTSEC"; | 209 | model = "eTSEC"; |
226 | compatible = "gianfar"; | 210 | compatible = "gianfar"; |
227 | reg = <0x24000 0x1000>; | 211 | reg = <0x24000 0x1000>; |
212 | ranges = <0x0 0x24000 0x1000>; | ||
228 | local-mac-address = [ 00 00 00 00 00 00 ]; | 213 | local-mac-address = [ 00 00 00 00 00 00 ]; |
229 | interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>; | 214 | interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>; |
230 | interrupt-parent = <&mpic>; | 215 | interrupt-parent = <&mpic>; |
231 | phy-handle = <&phy0>; | 216 | phy-handle = <&phy0>; |
232 | phy-connection-type = "gmii"; | 217 | phy-connection-type = "gmii"; |
218 | |||
219 | mdio@520 { | ||
220 | #address-cells = <1>; | ||
221 | #size-cells = <0>; | ||
222 | compatible = "fsl,gianfar-mdio"; | ||
223 | reg = <0x520 0x20>; | ||
224 | |||
225 | phy0: ethernet-phy@0 { | ||
226 | interrupt-parent = <&gef_pic>; | ||
227 | interrupts = <0x9 0x4>; | ||
228 | reg = <1>; | ||
229 | }; | ||
230 | phy2: ethernet-phy@2 { | ||
231 | interrupt-parent = <&gef_pic>; | ||
232 | interrupts = <0x8 0x4>; | ||
233 | reg = <3>; | ||
234 | }; | ||
235 | }; | ||
233 | }; | 236 | }; |
234 | 237 | ||
235 | enet1: ethernet@26000 { | 238 | enet1: ethernet@26000 { |