mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
We need separate defconfigs for the v5 and v1.2 versions of this board, as they use different DRAM parameters. Note they also use different dtb files, as the wifi is different too. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
15 lines
396 B
Text
15 lines
396 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
|
|
CONFIG_FDTFILE="sun8i-a23-ippo-q8h-v1.2.dtb"
|
|
CONFIG_VIDEO=n
|
|
CONFIG_USB_KEYBOARD=n
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_SUNXI=y
|
|
+S:CONFIG_MACH_SUN8I=y
|
|
+S:CONFIG_DRAM_CLK=432
|
|
# zq = 0xf74a
|
|
+S:CONFIG_DRAM_ZQ=63306
|
|
# Wifi power
|
|
+S:CONFIG_AXP221_DLDO1_VOLT=3300
|
|
# aldo1 is connected to VCC-IO, VCC-PD, VCC-USB and VCC-HP
|
|
+S:CONFIG_AXP221_ALDO1_VOLT=3000
|