dts: arm: renesas: ra: ra6: add Ethernet support

Define Ethernet and MDIO nodes in the RA6 Cortex-M33 SoC device tree
files in a similar manner to the RA8 SoC device tree files.

Removed those nodes from R6E2 SoC as it does not have Ethernet support.

Signed-off-by: Martino Facchin <m.facchin@arduino.cc>
This commit is contained in:
Martino Facchin 2025-02-06 17:38:09 +01:00 committed by Benjamin Cabé
commit 68fdefc332
2 changed files with 18 additions and 0 deletions

View file

@ -17,6 +17,8 @@
/delete-node/ &adc1;
/delete-node/ &usbfs;
/delete-node/ &usbfs_phy;
/delete-node/ &eth;
/delete-node/ &mdio;
/ {
soc {

View file

@ -536,6 +536,22 @@
clocks = <&pclkb 0 0>;
status = "disabled";
};
eth: ethernet@40114100 {
compatible = "renesas,ra-ethernet";
reg = <0x40114100 0xfc>;
interrupts = <51 12>;
local-mac-address = [00 11 22 33 44 55];
phy-connection-type = "rmii";
status = "disabled";
};
mdio: mdio {
compatible = "renesas,ra-mdio";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
};
usbfs_phy: usbfs-phy {