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.
6 # http://linux-sunxi.org/Xunlong_Orange_Pi
7 # http://www.orangepi.org/
9 CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI"
10 CONFIG_FDTFILE="sun7i-a20-orangepi.dtb"
11 CONFIG_GMAC_TX_DELAY=3
12 CONFIG_USB1_VBUS_PIN="PH26"
13 CONFIG_USB2_VBUS_PIN="PH22"