diff options
| author | Paul Kocialkowski <[email protected]> | 2025-08-05 19:48:24 +0200 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-08-12 00:50:57 +0100 |
| commit | b26eea99b1a61a9216efc56c40ba1e27ab2ea8c6 (patch) | |
| tree | e905b8aea366c2a4ce997f41db1182817c24b047 | |
| parent | cef5636d5ab6a4d8a553840a4a706ab86ca61291 (diff) | |
sunxi: pinecube: Enable EMAC and network support
The pinecube has an ethernet connector which uses the EMAC and internal
PHY of the chip. Enable it in the config.
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Paul Kocialkowski <[email protected]>
| -rw-r--r-- | configs/pinecube_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pinecube_defconfig b/configs/pinecube_defconfig index de092424611..5c81ced4956 100644 --- a/configs/pinecube_defconfig +++ b/configs/pinecube_defconfig @@ -9,13 +9,13 @@ CONFIG_DRAM_ODT_EN=y CONFIG_I2C0_ENABLE=y # CONFIG_HAS_ARMV7_SECURE_BASE is not set CONFIG_SPL_I2C=y -CONFIG_NO_NET=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MVTWSI=y CONFIG_SYS_I2C_SLAVE=0x7f CONFIG_SYS_I2C_SPEED=400000 CONFIG_MTD=y CONFIG_SPI_FLASH_WINBOND=y +CONFIG_SUN8I_EMAC=y CONFIG_AXP209_POWER=y CONFIG_AXP_DCDC2_VOLT=1250 CONFIG_AXP_DCDC3_VOLT=3300 |
