]> git.ipfire.org Git - people/ms/u-boot.git/blame - configs/Orangepi_defconfig
arch: Make board selection choices optional
[people/ms/u-boot.git] / configs / Orangepi_defconfig
CommitLineData
47bdb9f8
HG
1# The Orangepi is a development board using the Allwinner A20 SoC, with 1G
2# RAM, microsd slot, HDMI, 1Gbit ethernet, USB wifi, Micro USB (otg), sata,
3# 4 USB A ports, ir receiver and a headphones jack.
4#
5# Also see:
6# http://linux-sunxi.org/Xunlong_Orange_Pi
7# http://www.orangepi.org/
9ad4c227
HG
8CONFIG_SPL=y
9CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI"
25acd33f 10CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-orangepi"
9ad4c227
HG
11CONFIG_GMAC_TX_DELAY=3
12CONFIG_USB1_VBUS_PIN="PH26"
13CONFIG_USB2_VBUS_PIN="PH22"
14CONFIG_VIDEO_VGA=y
252ed872
MY
15CONFIG_ARM=y
16CONFIG_ARCH_SUNXI=y
17CONFIG_MACH_SUN7I=y
18CONFIG_DRAM_CLK=432
19CONFIG_DRAM_ZQ=127
20CONFIG_DRAM_EMR1=4
ef48f6dd 21CONFIG_ETH_DESIGNWARE=y