diff options
| author | Junhui Liu <[email protected]> | 2026-05-19 20:58:32 +0800 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2026-07-27 01:18:35 +0200 |
| commit | 59edf9a3427c13f05d450fe84f42ef00dc7096c9 (patch) | |
| tree | 3222bf9a2cbb9611f17cd01d7d0a11da11f4805b | |
| parent | c5d3fac4becf7ca5db58a6937ddaf69df0070834 (diff) | |
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 <[email protected]>
[Andre: drop unneeded options]
Reviewed-by: Andre Przywara <[email protected]>
Tested-by: Andre Przywara <[email protected]>
| -rw-r--r-- | configs/radxa-cubie-a5e_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
