mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
sunxi: Yones Toptech BD1078 support
The Yones Toptech BD1078 is an A20 based 10" tablet with a 1024x600 lcd screen, volume up/down and back buttons, headphones jack, mini hdmi, micro usb (otg), micro usb (host), external micro-sd slot and a separate internal micro-sd slot. Also see: http://linux-sunxi.org/Yones_Toptech_BD1078 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
8deacca975
commit
849d597bac
2 changed files with 32 additions and 0 deletions
|
@ -154,3 +154,8 @@ WEXLER-TAB7200 BOARD
|
|||
M: Aleksei Mamlin <mamlinav@gmail.com>
|
||||
S: Maintained
|
||||
F: configs/Wexler_TAB7200_defconfig
|
||||
|
||||
YONES TOPTECH BD1078 BOARD
|
||||
M: Paul Kocialkowski <contact@paulk.fr>
|
||||
S: Maintained
|
||||
F: configs/Yones_Toptech_BD1078_defconfig
|
||||
|
|
27
configs/Yones_Toptech_BD1078_defconfig
Normal file
27
configs/Yones_Toptech_BD1078_defconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
# The Yones Toptech BD1078 is an A20 based 10" tablet with a 1024x600 lcd
|
||||
# screen, volume up/down and back buttons, headphones jack, mini hdmi, micro
|
||||
# usb (otg), micro usb (host), external micro-sd slot and a separate internal
|
||||
# micro-sd slot.
|
||||
#
|
||||
# Also see: http://linux-sunxi.org/Yones_Toptech_BD1078
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
|
||||
CONFIG_FDTFILE="sun7i-a20-yones-toptech-bd1078.dtb"
|
||||
CONFIG_MMC_SUNXI_SLOT_EXTRA=1
|
||||
CONFIG_MMC1_PINS="PH"
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB0_VBUS_PIN="PB9"
|
||||
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
|
||||
CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:24,pclk_khz:63000,le:32,ri:287,up:22,lo:12,hs:1,vs:1,sync:3,vmode:0"
|
||||
CONFIG_VIDEO_LCD_DCLK_PHASE=0
|
||||
CONFIG_VIDEO_LCD_PANEL_LVDS=y
|
||||
CONFIG_VIDEO_LCD_POWER="PH8"
|
||||
CONFIG_VIDEO_LCD_BL_EN="PH7"
|
||||
CONFIG_VIDEO_LCD_BL_PWM="PB2"
|
||||
CONFIG_VIDEO_LCD_BL_PWM_ACTIVE_LOW=n
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_MACH_SUN7I=y
|
||||
CONFIG_DRAM_CLK=408
|
||||
CONFIG_DRAM_ZQ=127
|
||||
CONFIG_DRAM_EMR1=4
|
Loading…
Reference in a new issue