]> git.ipfire.org Git - people/ms/u-boot.git/blob - configs/Mele_I7_defconfig
Merge branch 'u-boot/master' into 'u-boot-arm/master'
[people/ms/u-boot.git] / configs / Mele_I7_defconfig
1 # The Mele I7 is a Allwinner based Android TV box.
2 #
3 # It features a A31 SOC, 1G RAM, 8GB NAND, HDMI out, A/V out,
4 # SPDIF, IrDA, 3 USB A, 1 USB micro OTG and Wireless LAN.
5 #
6 # For more details see: http://linux-sunxi.org/Mele_I7
7 CONFIG_SPL=y
8 CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC"
9 CONFIG_FDTFILE="sun6i-a31-i7.dtb"
10 CONFIG_ARM=y
11 CONFIG_ARCH_SUNXI=y
12 CONFIG_MACH_SUN6I=y
13 CONFIG_DRAM_CLK=312
14 CONFIG_DRAM_ZQ=120
15 # The Mele I7 uses 3.3V for general IO
16 CONFIG_AXP221_DCDC1_VOLT=3300
17 # Ethernet phy power
18 CONFIG_AXP221_DLDO1_VOLT=3300
19 # USB hub power
20 CONFIG_AXP221_DLDO4_VOLT=3300
21 # Wifi power
22 CONFIG_AXP221_ALDO1_VOLT=3300
23 # Vbus gpio for usb1
24 CONFIG_USB1_VBUS_PIN="PC27"
25 # No Vbus gpio for usb2
26 CONFIG_USB2_VBUS_PIN=""
27 CONFIG_ETH_DESIGNWARE=y
28 CONFIG_NETDEVICES=y
29 CONFIG_NET=y