diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-03-07 15:01:46 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-03-10 15:20:24 +0100 |
commit | 9ad4c227ee7eb31c12c776ac4a487465635f1f8e (patch) | |
tree | 414e23af2b9e8abd194c31bf047cd821fc61f3de /configs | |
parent | 9ee54858e4cadeefa84f90c06696449165704c54 (diff) | |
download | u-boot-imx-9ad4c227ee7eb31c12c776ac4a487465635f1f8e.zip u-boot-imx-9ad4c227ee7eb31c12c776ac4a487465635f1f8e.tar.gz u-boot-imx-9ad4c227ee7eb31c12c776ac4a487465635f1f8e.tar.bz2 |
sun7i: Add support for the Orange Pi board
The Orange Pi is an A20 based development board featuring 1G RAM, HDMI & VGA,
1Gbit ethernet, USB wifi, SATA, 4 USB 2.0 A receptacles, a micro USB B
receptacle (otg) and a 3 ring 3.5 mm jack connector for A/V.
Also see: http://www.orangepi.org/
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Orangepi_defconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/Orangepi_defconfig b/configs/Orangepi_defconfig new file mode 100644 index 0000000..ed04930 --- /dev/null +++ b/configs/Orangepi_defconfig @@ -0,0 +1,13 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI" +CONFIG_FDTFILE="sun7i-a20-orangepi.dtb" +CONFIG_GMAC_TX_DELAY=3 +CONFIG_USB1_VBUS_PIN="PH26" +CONFIG_USB2_VBUS_PIN="PH22" +CONFIG_VIDEO_VGA=y ++S:CONFIG_ARM=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN7I=y ++S:CONFIG_DRAM_CLK=432 ++S:CONFIG_DRAM_ZQ=127 ++S:CONFIG_DRAM_EMR1=4 |