[PATCH v2 0/3] net: add RZ/N1 ethernet drivers
Ralph Siemsen <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
The Reneas RZ/N1 contains two GMAC supported by Designware driver. An additional compatible string is needed for this. One of the GMAC is routed to an internal 5-port switch, which needs a new driver (A5PSW). This driver is adapted from Linux but simplified, only implementing basic port-based switching, not full DSA. The second GMAC, as well as the downstream switch ports, are routed through media converter blocks (MII/GMII/RGMII). A new driver (MIIC) is needed to configure speed/duplex for the converters. Signed-off-by: Ralph Siemsen <[email protected]> --- Changes in v2: - split out of the series "Renesas RZ/N1 additional drivers" https://lore.kernel.org/u-boot/[email protected]/ https://lore.kernel.org/u-boot/[email protected]/ https://lore.kernel.org/u-boot/[email protected]/ --- Ralph Siemsen (3): net: add r9a06g032 A5PSW switch driver net: add r9a06g032 MIIC driver net: designware: add r9a06g032 compatible drivers/net/Kconfig | 12 ++ drivers/net/Makefile | 2 + drivers/net/designware.c | 1 + drivers/net/rzn1_a5psw.c | 377 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/net/rzn1_miic.c | 193 ++++++++++++++++++++++++ 5 files changed, 585 insertions(+) --- base-commit: 36c377b9859ffb53eb1e39ea31e8d96d1e0fe1e5 change-id: 20260811-rzn1-2026-10-net-a080caf05365 Best regards, -- Ralph Siemsen <[email protected]>