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 <arvinf@ip-logix.com>
This commit is contained in:
parent
c2add72676
commit
f4ad81bb29
|
@ -203,6 +203,17 @@ zephyr_udc0: &usbhs {
|
|||
|
||||
&gmac {
|
||||
status = "okay";
|
||||
|
||||
phy: phy {
|
||||
compatible = "ethernet-phy";
|
||||
status = "okay";
|
||||
address = <0>;
|
||||
mdio = <&mdio>;
|
||||
};
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm0 {
|
||||
|
|
Loading…
Reference in a new issue