diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-lsxl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-lsxl.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-lsxl.dtsi b/arch/arm/boot/dts/kirkwood-lsxl.dtsi index f7e247cc925a..4e8f9e42c592 100644 --- a/arch/arm/boot/dts/kirkwood-lsxl.dtsi +++ b/arch/arm/boot/dts/kirkwood-lsxl.dtsi | |||
@@ -207,3 +207,31 @@ | |||
207 | }; | 207 | }; |
208 | }; | 208 | }; |
209 | }; | 209 | }; |
210 | |||
211 | &mdio { | ||
212 | status = "okay"; | ||
213 | |||
214 | ethphy0: ethernet-phy@0 { | ||
215 | device_type = "ethernet-phy"; | ||
216 | reg = <0>; | ||
217 | }; | ||
218 | |||
219 | ethphy1: ethernet-phy@8 { | ||
220 | device_type = "ethernet-phy"; | ||
221 | reg = <8>; | ||
222 | }; | ||
223 | }; | ||
224 | |||
225 | ð0 { | ||
226 | status = "okay"; | ||
227 | ethernet0-port@0 { | ||
228 | phy-handle = <ðphy0>; | ||
229 | }; | ||
230 | }; | ||
231 | |||
232 | ð1 { | ||
233 | status = "okay"; | ||
234 | ethernet1-port@0 { | ||
235 | phy-handle = <ðphy1>; | ||
236 | }; | ||
237 | }; | ||