boards: xtensa/esp32_ethernet_kit: Add Ethernet support
Configures ESP32 Ethernet support for the esp32_ethernet_kit board Signed-off-by: Grant Ramsay <grant.ramsay@hotmail.com>
This commit is contained in:
parent
897952370e
commit
05b356963a
3 changed files with 45 additions and 0 deletions
|
@ -114,3 +114,17 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
ð {
|
||||
phy: phy {
|
||||
compatible = "ethernet-phy";
|
||||
status = "disabled";
|
||||
address = <1>;
|
||||
mdio = <&mdio>;
|
||||
};
|
||||
};
|
||||
|
||||
&mdio {
|
||||
pinctrl-0 = <&mdio_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue