Skip to content

Commit c2add72

Browse files
arvinfnashif
authored andcommitted
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 <[email protected]>
1 parent 4b6c9ff commit c2add72

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

boards/arm/sam_e70_xplained/sam_e70_xplained-common.dtsi

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

9090
&gmac {
9191
status = "okay";
92+
93+
phy: phy {
94+
compatible = "ethernet-phy";
95+
status = "okay";
96+
address = <0>;
97+
mdio = <&mdio>;
98+
};
99+
};
100+
101+
&mdio {
102+
status = "okay";
92103
};
93104

94105
&pwm0 {

0 commit comments

Comments
 (0)