diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 81 |
1 files changed, 44 insertions, 37 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index d9adba01c09c..d9f0a2325fa4 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
@@ -167,69 +167,76 @@ | |||
167 | phy_type = "ulpi"; | 167 | phy_type = "ulpi"; |
168 | }; | 168 | }; |
169 | 169 | ||
170 | mdio@24520 { | ||
171 | #address-cells = <1>; | ||
172 | #size-cells = <0>; | ||
173 | compatible = "fsl,gianfar-mdio"; | ||
174 | reg = <0x24520 0x20>; | ||
175 | |||
176 | phy0: ethernet-phy@0 { | ||
177 | interrupt-parent = <&ipic>; | ||
178 | interrupts = <17 0x8>; | ||
179 | reg = <0x0>; | ||
180 | device_type = "ethernet-phy"; | ||
181 | }; | ||
182 | phy1: ethernet-phy@1 { | ||
183 | interrupt-parent = <&ipic>; | ||
184 | interrupts = <18 0x8>; | ||
185 | reg = <0x1>; | ||
186 | device_type = "ethernet-phy"; | ||
187 | }; | ||
188 | tbi0: tbi-phy@11 { | ||
189 | reg = <0x11>; | ||
190 | device_type = "tbi-phy"; | ||
191 | }; | ||
192 | }; | ||
193 | |||
194 | mdio@25520 { | ||
195 | #address-cells = <1>; | ||
196 | #size-cells = <0>; | ||
197 | compatible = "fsl,gianfar-tbi"; | ||
198 | reg = <0x25520 0x20>; | ||
199 | |||
200 | tbi1: tbi-phy@11 { | ||
201 | reg = <0x11>; | ||
202 | device_type = "tbi-phy"; | ||
203 | }; | ||
204 | }; | ||
205 | |||
206 | |||
207 | enet0: ethernet@24000 { | 170 | enet0: ethernet@24000 { |
171 | #address-cells = <1>; | ||
172 | #size-cells = <1>; | ||
208 | cell-index = <0>; | 173 | cell-index = <0>; |
209 | device_type = "network"; | 174 | device_type = "network"; |
210 | model = "TSEC"; | 175 | model = "TSEC"; |
211 | compatible = "gianfar"; | 176 | compatible = "gianfar"; |
212 | reg = <0x24000 0x1000>; | 177 | reg = <0x24000 0x1000>; |
178 | ranges = <0x0 0x24000 0x1000>; | ||
213 | local-mac-address = [ 00 00 00 00 00 00 ]; | 179 | local-mac-address = [ 00 00 00 00 00 00 ]; |
214 | interrupts = <32 0x8 33 0x8 34 0x8>; | 180 | interrupts = <32 0x8 33 0x8 34 0x8>; |
215 | interrupt-parent = <&ipic>; | 181 | interrupt-parent = <&ipic>; |
216 | tbi-handle = <&tbi0>; | 182 | tbi-handle = <&tbi0>; |
217 | phy-handle = <&phy0>; | 183 | phy-handle = <&phy0>; |
218 | linux,network-index = <0>; | 184 | linux,network-index = <0>; |
185 | |||
186 | mdio@520 { | ||
187 | #address-cells = <1>; | ||
188 | #size-cells = <0>; | ||
189 | compatible = "fsl,gianfar-mdio"; | ||
190 | reg = <0x520 0x20>; | ||
191 | |||
192 | phy0: ethernet-phy@0 { | ||
193 | interrupt-parent = <&ipic>; | ||
194 | interrupts = <17 0x8>; | ||
195 | reg = <0x0>; | ||
196 | device_type = "ethernet-phy"; | ||
197 | }; | ||
198 | |||
199 | phy1: ethernet-phy@1 { | ||
200 | interrupt-parent = <&ipic>; | ||
201 | interrupts = <18 0x8>; | ||
202 | reg = <0x1>; | ||
203 | device_type = "ethernet-phy"; | ||
204 | }; | ||
205 | |||
206 | tbi0: tbi-phy@11 { | ||
207 | reg = <0x11>; | ||
208 | device_type = "tbi-phy"; | ||
209 | }; | ||
210 | }; | ||
219 | }; | 211 | }; |
220 | 212 | ||
221 | enet1: ethernet@25000 { | 213 | enet1: ethernet@25000 { |
214 | #address-cells = <1>; | ||
215 | #size-cells = <1>; | ||
222 | cell-index = <1>; | 216 | cell-index = <1>; |
223 | device_type = "network"; | 217 | device_type = "network"; |
224 | model = "TSEC"; | 218 | model = "TSEC"; |
225 | compatible = "gianfar"; | 219 | compatible = "gianfar"; |
226 | reg = <0x25000 0x1000>; | 220 | reg = <0x25000 0x1000>; |
221 | ranges = <0x0 0x25000 0x1000>; | ||
227 | local-mac-address = [ 00 00 00 00 00 00 ]; | 222 | local-mac-address = [ 00 00 00 00 00 00 ]; |
228 | interrupts = <35 0x8 36 0x8 37 0x8>; | 223 | interrupts = <35 0x8 36 0x8 37 0x8>; |
229 | interrupt-parent = <&ipic>; | 224 | interrupt-parent = <&ipic>; |
230 | tbi-handle = <&tbi1>; | 225 | tbi-handle = <&tbi1>; |
231 | phy-handle = <&phy1>; | 226 | phy-handle = <&phy1>; |
232 | linux,network-index = <1>; | 227 | linux,network-index = <1>; |
228 | |||
229 | mdio@520 { | ||
230 | #address-cells = <1>; | ||
231 | #size-cells = <0>; | ||
232 | compatible = "fsl,gianfar-tbi"; | ||
233 | reg = <0x520 0x20>; | ||
234 | |||
235 | tbi1: tbi-phy@11 { | ||
236 | reg = <0x11>; | ||
237 | device_type = "tbi-phy"; | ||
238 | }; | ||
239 | }; | ||
233 | }; | 240 | }; |
234 | 241 | ||
235 | serial0: serial@4500 { | 242 | serial0: serial@4500 { |