Skip to content

Commit 4daaa1a

Browse files
arvinfnashif
authored andcommitted
boards: atsame54_xpro 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 44dc95f commit 4daaa1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

boards/arm/atsame54_xpro/atsame54_xpro.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,15 @@ zephyr_udc0: &usb0 {
104104
&gmac {
105105
status = "okay";
106106
zephyr,random-mac-address;
107+
108+
phy: phy {
109+
compatible = "ethernet-phy";
110+
status = "okay";
111+
address = <0>;
112+
mdio = <&mdio>;
113+
};
114+
};
115+
116+
&mdio {
117+
status = "okay";
107118
};

0 commit comments

Comments
 (0)