CHIP: Add uboot config
This commit is contained in:
parent
c0fa3e46da
commit
0628c3f88e
1 changed files with 29 additions and 0 deletions
29
board/nextthing/chip/CHIP_defconfig
Normal file
29
board/nextthing/chip/CHIP_defconfig
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sun5i-r8-chip"
|
||||
CONFIG_SPL=y
|
||||
CONFIG_MACH_SUN5I=y
|
||||
CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y
|
||||
CONFIG_USB0_VBUS_PIN="PB10"
|
||||
CONFIG_VIDEO_COMPOSITE=y
|
||||
CONFIG_CHIP_DIP_SCAN=y
|
||||
CONFIG_SPL_I2C=y
|
||||
CONFIG_CMD_DFU=y
|
||||
CONFIG_DFU_RAM=y
|
||||
CONFIG_SYS_I2C_MVTWSI=y
|
||||
CONFIG_SYS_I2C_SLAVE=0x7f
|
||||
CONFIG_SYS_I2C_SPEED=400000
|
||||
# CONFIG_MMC is not set
|
||||
CONFIG_AXP_ALDO3_VOLT=3300
|
||||
CONFIG_AXP_ALDO4_VOLT=3300
|
||||
CONFIG_CONS_INDEX=2
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_OHCI_HCD=y
|
||||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_MTD=y
|
||||
CONFIG_MTD_RAW_NAND=y
|
||||
CONFIG_NAND_SUNXI=y
|
||||
CONFIG_SYS_NAND_BLOCK_SIZE=0x400000
|
||||
CONFIG_SYS_NAND_PAGE_SIZE=0x4000
|
||||
CONFIG_SYS_NAND_OOBSIZE=0x680
|
||||
CONFIG_ENV_IS_IN_NAND=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue