diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-goflexnet.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-goflexnet.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-goflexnet.dts b/arch/arm/boot/dts/kirkwood-goflexnet.dts index e57118039277..6f7c7d7ecf2a 100644 --- a/arch/arm/boot/dts/kirkwood-goflexnet.dts +++ b/arch/arm/boot/dts/kirkwood-goflexnet.dts | |||
@@ -170,3 +170,19 @@ | |||
170 | }; | 170 | }; |
171 | }; | 171 | }; |
172 | }; | 172 | }; |
173 | |||
174 | &mdio { | ||
175 | status = "okay"; | ||
176 | |||
177 | ethphy0: ethernet-phy@0 { | ||
178 | device_type = "ethernet-phy"; | ||
179 | reg = <0>; | ||
180 | }; | ||
181 | }; | ||
182 | |||
183 | ð0 { | ||
184 | status = "okay"; | ||
185 | ethernet0-port@0 { | ||
186 | phy-handle = <ðphy0>; | ||
187 | }; | ||
188 | }; | ||