boards: sam4e_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
4daaa1a10f
commit
4b6c9ff266
|
@ -148,6 +148,17 @@
|
|||
&gmac {
|
||||
status = "okay";
|
||||
zephyr,random-mac-address;
|
||||
|
||||
phy: phy {
|
||||
compatible = "ethernet-phy";
|
||||
status = "okay";
|
||||
address = <0>;
|
||||
mdio = <&mdio>;
|
||||
};
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt {
|
||||
|
|
Loading…
Reference in New Issue