[PATCH 0/4] imx93: add DWC EQoS MAC driver support

Sébastien Szymanski sebastien.szymanski at armadeus.com
Thu Jul 27 10:33:32 CEST 2023


This series makes the DWC EQos MAC work on i.MX93.
It depends on the i.MX93 CCF driver:
https://lore.kernel.org/u-boot/20230725080856.26567-1-sebastien.szymanski@armadeus.com/

Tested on i.MX93 EVK board:
u-boot=> dhcp
ethernet at 428a0000 Waiting for PHY auto negotiation to complete........ done
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 125
*** Unhandled DHCP Option in OFFER/ACK: 125
DHCP client bound to address 192.168.1.50 (35 ms)

u-boot=> ping 192.168.1.51
Using ethernet at 428a0000 device
host 192.168.1.51 is alive
u-boot=> 

Sébastien Szymanski (4):
  net: dwc_eth_qos: add i.MX93 support
  net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93
  net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG
  arm: dts: imx93-evk: remove wrong eqos compatible string

 arch/arm/dts/imx93-11x11-evk-u-boot.dtsi |  4 --
 arch/arm/mach-imx/imx9/clock.c           | 53 ++++++++++++++++++++++++
 board/freescale/imx93_evk/imx93_evk.c    | 16 -------
 drivers/net/dwc_eth_qos.c                |  4 ++
 drivers/net/dwc_eth_qos_imx.c            |  3 ++
 drivers/net/phy/realtek.c                | 14 +++++++
 6 files changed, 74 insertions(+), 20 deletions(-)

-- 
2.41.0



More information about the U-Boot mailing list