[PATCH 0/9] Add ethernet support for genio 520/720 EVK boards
Julien Stephan
jstephan at baylibre.com
Thu Apr 23 15:25:51 CEST 2026
This series adds ethernet support for genio 520/720 boards.
Particularly, it adds the following components:
- PHY driver for Airoha AN8801 (air_an8801.c).
- Synopsys DWC Ethernet QOS device support for MediaTek SoCs
This has been tested with a genio-520 evk board with the following
commands:
=> dhcp
DHCP client bound to address 192.168.1.44 (2246 ms)
=> ping 8.8.8.8
Using ethernet at 1101a000 device
host 8.8.8.8 is alive
The series also add a new entry in MAINTAINERS file for
drivers/net/phy/airoha/ drivers.
I also took the opportunity to do some cleanup on MAINTAINERS
drivers/net/Makefile and drivers/net/Kconfig files
Signed-off-by: Julien Stephan <jstephan at baylibre.com>
---
Julien Stephan (9):
MAINTAINERS: remove trailing colons from section titles
MAINTAINERS: add maintainer entry for air_en8811 driver
net: Fix alphabetical ordering in drivers/net/Makefile
net: Fix alphabetical ordering in drivers/net/Kconfig
net: phy: air_phy_lib: Factorize BuckPBus register
net: phy: Add airoha AN8801 ethernet phy driver
net: dwc_eth_qos: Add mediatek support
arm: dts: mt8189: Add ethernet support for Genio 520/720 boards
configs: mt8189: Enable ethernet support
MAINTAINERS | 13 +-
arch/arm/dts/mt8189.dtsi | 77 +++++
arch/arm/dts/mt8371-genio-common.dtsi | 83 +++++
configs/mt8189.config | 5 +
drivers/net/Kconfig | 35 +-
drivers/net/Makefile | 11 +-
drivers/net/dwc_eth_qos.c | 6 +
drivers/net/dwc_eth_qos.h | 2 +
drivers/net/dwc_eth_qos_mtk.c | 447 +++++++++++++++++++++++++
drivers/net/phy/airoha/Kconfig | 13 +
drivers/net/phy/airoha/Makefile | 2 +
drivers/net/phy/airoha/air_an8801.c | 614 ++++++++++++++++++++++++++++++++++
drivers/net/phy/airoha/air_en8811.c | 276 +++------------
drivers/net/phy/airoha/air_phy_lib.c | 221 ++++++++++++
drivers/net/phy/airoha/air_phy_lib.h | 39 +++
15 files changed, 1598 insertions(+), 246 deletions(-)
---
base-commit: 70fd0c3bb7c26d42f24d10145dd5f3168ac92eac
change-id: 20260416-add-ethernet-support-for-genio-520-720-0e243fae437a
Best regards,
--
Julien Stephan <jstephan at baylibre.com>
More information about the U-Boot
mailing list