diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-12-09 16:56:53 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:36 +0100 |
commit | a805b7e5da479a21fdac666237a11687de21b5e6 (patch) | |
tree | 2814d4ca1086a5dfc31c8e1d420899045161b98d /configs | |
parent | cac5b1cc0d6daa0c0a037fd24a87d4db4e0a1456 (diff) | |
download | u-boot-imx-a805b7e5da479a21fdac666237a11687de21b5e6.zip u-boot-imx-a805b7e5da479a21fdac666237a11687de21b5e6.tar.gz u-boot-imx-a805b7e5da479a21fdac666237a11687de21b5e6.tar.bz2 |
sun6i: Add new board Merrii Hummingbird A31
The Merrii Hummingbird A31 is a A31 based development board with 1G
RAM, 8G NAND, AP6210 WiFi+BT, gigabit ethernet, USB OTG, 2 USB 2.0
ports connected to a USB hub chip, HDMI, VGA, TV and stereo in/out.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Hummingbird_A31_defconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/Hummingbird_A31_defconfig b/configs/Hummingbird_A31_defconfig new file mode 100644 index 0000000..b60d579 --- /dev/null +++ b/configs/Hummingbird_A31_defconfig @@ -0,0 +1,19 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPA(21)" +CONFIG_FDTFILE="sun6i-a31-hummingbird.dtb" ++S:CONFIG_ARM=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN6I=y ++S:CONFIG_TARGET_HUMMINGBIRD_A31=y ++S:CONFIG_DRAM_CLK=312 ++S:CONFIG_DRAM_ZQ=251 +# Wifi power ++S:CONFIG_AXP221_ALDO1_VOLT=3300 +# PM-CPUS GPIO power ++S:CONFIG_AXP221_ALDO2_VOLT=1800 +# SoC IR, PLL and Analog power (must be 3.0V) ++S:CONFIG_AXP221_ALDO3_VOLT=3000 +# Vbus gpio for usb1 ++S:CONFIG_USB1_VBUS_PIN="PH24" +# No Vbus gpio for usb2 ++S:CONFIG_USB2_VBUS_PIN="" |