]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: radxa-cubie-a5e: enable the gmac1 controller
authorJunhui Liu <junhui.liu@pigmoral.tech>
Tue, 19 May 2026 12:58:32 +0000 (20:58 +0800)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 26 Jul 2026 23:18:35 +0000 (01:18 +0200)
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 <junhui.liu@pigmoral.tech>
[Andre: drop unneeded options]
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Andre Przywara <andre.przywara@arm.com>
configs/radxa-cubie-a5e_defconfig

index 2a66d0e0866764b24621da07ae86eb6de69cb390..6ea99dc46b66de1537842c5d753c74108593e95a 100644 (file)
@@ -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