diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8313erdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8313erdb.dts | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts index d417f1bbff6e..2f8305055270 100644 --- a/arch/powerpc/boot/dts/mpc8313erdb.dts +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts | |||
@@ -95,11 +95,10 @@ | |||
95 | }; | 95 | }; |
96 | 96 | ||
97 | mdio@24520 { | 97 | mdio@24520 { |
98 | device_type = "mdio"; | ||
99 | compatible = "gianfar"; | ||
100 | reg = <24520 20>; | ||
101 | #address-cells = <1>; | 98 | #address-cells = <1>; |
102 | #size-cells = <0>; | 99 | #size-cells = <0>; |
100 | compatible = "fsl,gianfar-mdio"; | ||
101 | reg = <24520 20>; | ||
103 | phy1: ethernet-phy@1 { | 102 | phy1: ethernet-phy@1 { |
104 | interrupt-parent = < &ipic >; | 103 | interrupt-parent = < &ipic >; |
105 | interrupts = <13 8>; | 104 | interrupts = <13 8>; |
@@ -114,7 +113,8 @@ | |||
114 | }; | 113 | }; |
115 | }; | 114 | }; |
116 | 115 | ||
117 | ethernet@24000 { | 116 | enet0: ethernet@24000 { |
117 | cell-index = <0>; | ||
118 | device_type = "network"; | 118 | device_type = "network"; |
119 | model = "eTSEC"; | 119 | model = "eTSEC"; |
120 | compatible = "gianfar"; | 120 | compatible = "gianfar"; |
@@ -125,7 +125,8 @@ | |||
125 | phy-handle = < &phy1 >; | 125 | phy-handle = < &phy1 >; |
126 | }; | 126 | }; |
127 | 127 | ||
128 | ethernet@25000 { | 128 | enet1: ethernet@25000 { |
129 | cell-index = <1>; | ||
129 | device_type = "network"; | 130 | device_type = "network"; |
130 | model = "eTSEC"; | 131 | model = "eTSEC"; |
131 | compatible = "gianfar"; | 132 | compatible = "gianfar"; |