sunxi: Add Ippo_q8h_v1_2_a33_1024x600 defconfig
Add a defconfig for generic 7" tablets using the Ippo q8h v1.2 pcb, with an A33 SoC (the pcb can take an A23 or an A33), and a 1024x600 LCD. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
8681de3213
commit
8760d755cb
@ -38,6 +38,7 @@ F: configs/qt840a_defconfig
|
||||
F: configs/Wits_Pro_A20_DKT_defconfig
|
||||
F: include/configs/sun8i.h
|
||||
F: configs/Ippo_q8h_v1_2_defconfig
|
||||
F: configs/Ippo_q8h_v1_2_a33_1024x600_defconfig
|
||||
|
||||
A20-OLINUXINO-LIME BOARD
|
||||
M: FUKAUMI Naoki <naobsd@gmail.com>
|
||||
|
23
configs/Ippo_q8h_v1_2_a33_1024x600_defconfig
Normal file
23
configs/Ippo_q8h_v1_2_a33_1024x600_defconfig
Normal file
@ -0,0 +1,23 @@
|
||||
# This is a defconfig for generic 7" tablets using the Ippo q8h v1.2 pcb,
|
||||
# with an A33 SoC (the pcb can take an A23 or an A33), and a 1024x600 LCD
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
|
||||
CONFIG_FDTFILE="sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dtb"
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
|
||||
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
|
||||
CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:18,pclk_khz:51000,le:159,ri:160,up:22,lo:12,hs:1,vs:1,sync:3,vmode:0"
|
||||
CONFIG_VIDEO_LCD_DCLK_PHASE=0
|
||||
CONFIG_VIDEO_LCD_POWER="PH7"
|
||||
CONFIG_VIDEO_LCD_BL_EN="PH6"
|
||||
CONFIG_VIDEO_LCD_BL_PWM="PH0"
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_MACH_SUN8I_A33=y
|
||||
CONFIG_DRAM_CLK=480
|
||||
# zq = 0x3bbb
|
||||
CONFIG_DRAM_ZQ=15291
|
||||
# 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