boards: atsame54_xpro 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
44dc95f9e4
commit
4daaa1a10f
1 changed files with 11 additions and 0 deletions
|
@ -104,4 +104,15 @@ zephyr_udc0: &usb0 {
|
||||||
&gmac {
|
&gmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
zephyr,random-mac-address;
|
zephyr,random-mac-address;
|
||||||
|
|
||||||
|
phy: phy {
|
||||||
|
compatible = "ethernet-phy";
|
||||||
|
status = "okay";
|
||||||
|
address = <0>;
|
||||||
|
mdio = <&mdio>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue