From: Junhui Liu Date: Tue, 19 May 2026 12:58:32 +0000 (+0800) Subject: configs: radxa-cubie-a5e: enable the gmac1 controller X-Git-Tag: v2026.10-rc1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59edf9a3427c13f05d450fe84f42ef00dc7096c9;p=thirdparty%2Fu-boot.git configs: radxa-cubie-a5e: enable the gmac1 controller The Allwinner A527 SoC features two Ethernet controllers utilizing different IP blocks. While gmac0 uses the older sun8i-emac IP, gmac1 is based on the Synopsys DesignWare Ethernet QOS IP. This enables the DWC_ETH_QOS_SUNXI driver and the required PHY interface configurations in the defconfig for the Radxa Cubie A5E board, activating the gmac1 port. Signed-off-by: Junhui Liu [Andre: drop unneeded options] Reviewed-by: Andre Przywara Tested-by: Andre Przywara --- diff --git a/configs/radxa-cubie-a5e_defconfig b/configs/radxa-cubie-a5e_defconfig index 2a66d0e0866..6ea99dc46b6 100644 --- a/configs/radxa-cubie-a5e_defconfig +++ b/configs/radxa-cubie-a5e_defconfig @@ -28,6 +28,11 @@ CONFIG_SYS_I2C_SPEED=400000 CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MTD=y CONFIG_SPI_FLASH_WINBOND=y +CONFIG_DM_MDIO=y +CONFIG_DM_ETH_PHY=y +CONFIG_DWC_ETH_QOS=y +CONFIG_DWC_ETH_QOS_SUNXI=y +CONFIG_RGMII=y CONFIG_SUN8I_EMAC=y CONFIG_PHY_REALTEK=y CONFIG_REGULATOR_AXP=y