Skip to content

Commit f4ad81b

Browse files
arvinfnashif
authored andcommitted
boards: sam_v71_xult: add support for PHY driver
Update to dts file to use the generic MII PHY driver. Signed-off-by: Arvin Farahmand <[email protected]>
1 parent c2add72 commit f4ad81b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ zephyr_udc0: &usbhs {
203203

204204
&gmac {
205205
status = "okay";
206+
207+
phy: phy {
208+
compatible = "ethernet-phy";
209+
status = "okay";
210+
address = <0>;
211+
mdio = <&mdio>;
212+
};
213+
};
214+
215+
&mdio {
216+
status = "okay";
206217
};
207218

208219
&pwm0 {

0 commit comments

Comments
 (0)