From f4ad81bb295a16b82965e3b0249ceb141cf0b0d8 Mon Sep 17 00:00:00 2001 From: Arvin Farahmand Date: Fri, 30 Apr 2021 10:16:22 -0400 Subject: [PATCH] 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 --- boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi b/boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi index 5f67b5f5013..d1cc35a7df8 100644 --- a/boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi +++ b/boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi @@ -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 {