xref: /openbmc/u-boot/configs/Mele_I7_defconfig (revision 44857532)
1*44857532SMarcus Cooper# The Mele I7 is a Allwinner based Android TV box.
2*44857532SMarcus Cooper#
3*44857532SMarcus Cooper# It features a A31 SOC, 1G RAM, 8GB NAND, HDMI out, A/V out,
4*44857532SMarcus Cooper# SPDIF, IrDA, 3 USB A, 1 USB micro OTG and Wireless LAN.
5*44857532SMarcus Cooper#
6*44857532SMarcus Cooper# For more details see: http://linux-sunxi.org/Mele_I7
7*44857532SMarcus CooperCONFIG_SPL=y
8*44857532SMarcus CooperCONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC"
9*44857532SMarcus CooperCONFIG_FDTFILE="sun6i-a31-i7.dtb"
10*44857532SMarcus Cooper+S:CONFIG_ARM=y
11*44857532SMarcus Cooper+S:CONFIG_ARCH_SUNXI=y
12*44857532SMarcus Cooper+S:CONFIG_MACH_SUN6I=y
13*44857532SMarcus Cooper+S:CONFIG_DRAM_CLK=312
14*44857532SMarcus Cooper+S:CONFIG_DRAM_ZQ=120
15*44857532SMarcus Cooper# The Mele I7 uses 3.3V for general IO
16*44857532SMarcus Cooper+S:CONFIG_AXP221_DCDC1_VOLT=3300
17*44857532SMarcus Cooper# Ethernet phy power
18*44857532SMarcus Cooper+S:CONFIG_AXP221_DLDO1_VOLT=3300
19*44857532SMarcus Cooper# USB hub power
20*44857532SMarcus Cooper+S:CONFIG_AXP221_DLDO4_VOLT=3300
21*44857532SMarcus Cooper# Wifi power
22*44857532SMarcus Cooper+S:CONFIG_AXP221_ALDO1_VOLT=3300
23*44857532SMarcus Cooper# Vbus gpio for usb1
24*44857532SMarcus Cooper+S:CONFIG_USB1_VBUS_PIN="PC27"
25*44857532SMarcus Cooper# No Vbus gpio for usb2
26*44857532SMarcus Cooper+S:CONFIG_USB2_VBUS_PIN=""
27