boards: sam_e70_xplained: add support for PHY driver

Update to dts file to use the generic MII PHY driver.

Signed-off-by: Arvin Farahmand <arvinf@ip-logix.com>
This commit is contained in:
Arvin Farahmand 2021-04-29 20:38:35 -04:00 committed by Anas Nashif
commit c2add72676

View file

@ -89,6 +89,17 @@ zephyr_udc0: &usbhs {
&gmac { &gmac {
status = "okay"; status = "okay";
phy: phy {
compatible = "ethernet-phy";
status = "okay";
address = <0>;
mdio = <&mdio>;
};
};
&mdio {
status = "okay";
}; };
&pwm0 { &pwm0 {