sunxi: Add ga10h v1.1 defconfig
The ga10h is an 10" tablet with an A33 or A23 soc, 1G RAM, 8G or 16G nand, sdio wifi, 2 micro usb ports, 1 otg and 1 host and 1 micro sd slot. This commit adds a defconfig for the v1.1 pcb with an a33 soc. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
83edb2ace6
commit
2c68c8a409
@ -37,6 +37,7 @@ F: configs/Orangepi_mini_defconfig
|
||||
F: configs/qt840a_defconfig
|
||||
F: configs/Wits_Pro_A20_DKT_defconfig
|
||||
F: include/configs/sun8i.h
|
||||
F: configs/ga10h_v1_1_defconfig
|
||||
F: configs/Ippo_q8h_v1_2_defconfig
|
||||
F: configs/Ippo_q8h_v1_2_a33_1024x600_defconfig
|
||||
|
||||
|
29
configs/ga10h_v1_1_defconfig
Normal file
29
configs/ga10h_v1_1_defconfig
Normal file
@ -0,0 +1,29 @@
|
||||
# The ga10h is an 10" tablet with an A33 or A23 soc, 1G RAM, 8G or 16G nand,
|
||||
# sdio wifi, 2 micro usb ports, 1 otg and 1 host and 1 micro sd slot.
|
||||
#
|
||||
# This defconfig is for the v1.1 pcb with an a33 soc.
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-ippo-q8h-v1.2-lcd1024x600"
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
|
||||
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
|
||||
CONFIG_AXP_GPIO=y
|
||||
CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:18,pclk_khz:52000,le:138,ri:162,up:22,lo:10,hs:20,vs:3,sync:3,vmode:0"
|
||||
CONFIG_VIDEO_LCD_PANEL_LVDS=y
|
||||
CONFIG_VIDEO_LCD_DCLK_PHASE=0
|
||||
CONFIG_VIDEO_LCD_POWER="PH7"
|
||||
CONFIG_VIDEO_LCD_BL_EN="PH6"
|
||||
CONFIG_VIDEO_LCD_BL_PWM="PH0"
|
||||
#CONFIG_VIDEO_LCD_BL_PWM_ACTIVE_LOW=n
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_MACH_SUN8I_A33=y
|
||||
CONFIG_DRAM_CLK=432
|
||||
# zq = 0x3bbb
|
||||
CONFIG_DRAM_ZQ=15291
|
||||
CONFIG_DRAM_ODT_EN=y
|
||||
# Wifi power
|
||||
CONFIG_AXP221_DLDO1_VOLT=3300
|
||||
# aldo1 is connected to VCC-IO, VCC-PD, VCC-USB and VCC-HP
|
||||
CONFIG_AXP221_ALDO1_VOLT=3000
|
Loading…
Reference in New Issue
Block a user