Skip to content

Commit 68fdefc

Browse files
facchinmkartben
authored andcommitted
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>
1 parent 775f512 commit 68fdefc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

dts/arm/renesas/ra/ra6/r7fa6e2bx.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
/delete-node/ &adc1;
1818
/delete-node/ &usbfs;
1919
/delete-node/ &usbfs_phy;
20+
/delete-node/ &eth;
21+
/delete-node/ &mdio;
2022

2123
/ {
2224
soc {

dts/arm/renesas/ra/ra6/ra6-cm33-common.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,22 @@
536536
clocks = <&pclkb 0 0>;
537537
status = "disabled";
538538
};
539+
540+
eth: ethernet@40114100 {
541+
compatible = "renesas,ra-ethernet";
542+
reg = <0x40114100 0xfc>;
543+
interrupts = <51 12>;
544+
local-mac-address = [00 11 22 33 44 55];
545+
phy-connection-type = "rmii";
546+
status = "disabled";
547+
};
548+
549+
mdio: mdio {
550+
compatible = "renesas,ra-mdio";
551+
#address-cells = <1>;
552+
#size-cells = <0>;
553+
status = "disabled";
554+
};
539555
};
540556

541557
usbfs_phy: usbfs-phy {

0 commit comments

Comments
 (0)