mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
1e7d00ae26
Now that the EMAC driver supports the H6 SoC, we can enable the Ethernet hardware on the Pine H64 board. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
15 lines
393 B
Text
15 lines
393 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN50I_H6=y
|
|
CONFIG_SUNXI_DRAM_H6_LPDDR3=y
|
|
CONFIG_MMC0_CD_PIN="PF6"
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
CONFIG_USB3_VBUS_PIN="PL5"
|
|
CONFIG_SPL_SPI_SUNXI=y
|
|
# CONFIG_PSCI_RESET is not set
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64"
|
|
CONFIG_SUN8I_EMAC=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|