diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-31 10:30:26 (GMT) |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 13:56:37 (GMT) |
commit | 81ec10015181bcf19a190ae4bea94bb1ac8d1da6 (patch) | |
tree | f9795d577b79bc31e893791b0bf852dc32a0577f /configs | |
parent | 25508ab26cb9ceb8ac9cdf12a851b7047fa791b2 (diff) | |
download | u-boot-81ec10015181bcf19a190ae4bea94bb1ac8d1da6.tar.xz |
sun7i: Add new Bananapro board / defconfig
Add support for the new Bananapro A20 development board from lemaker.org.
This board features 1G RAM, 2 USB A receptacles, 1 micro USB receptacle for
OTG, 1 micro USB receptacle for power, HDMI, sata, Gbit ethernet, ir receiver,
3.5 mm jack for a/v out, on board microphone, 40 gpio pins and sdio wifi.
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/Bananapro_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/Bananapro_defconfig b/configs/Bananapro_defconfig new file mode 100644 index 0000000..7f9ce13 --- /dev/null +++ b/configs/Bananapro_defconfig @@ -0,0 +1,9 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI" +CONFIG_FDTFILE="sun7i-a20-bananapro.dtb" +CONFIG_USB1_VBUS_PIN="PH0" +CONFIG_USB2_VBUS_PIN="PH1" ++S:CONFIG_ARM=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN7I=y ++S:CONFIG_TARGET_BANANAPRO=y |