]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sun6i: Add new board Merrii Hummingbird A31
authorChen-Yu Tsai <wens@csie.org>
Tue, 9 Dec 2014 08:56:53 +0000 (16:56 +0800)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:36 +0000 (14:56 +0100)
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>
board/sunxi/Kconfig
board/sunxi/MAINTAINERS
configs/Hummingbird_A31_defconfig [new file with mode: 0644]

index f7da7042f4cfb37d09e54d2386a26604c3440016..88f09fb349ddd67d324b94223a55cadbb38979a0 100644 (file)
@@ -111,6 +111,10 @@ config TARGET_CUBIETRUCK
        bool "CUBIETRUCK"
        depends on MACH_SUN7I
 
+config TARGET_HUMMINGBIRD_A31
+       bool "HUMMINGBIRD_A31"
+       depends on MACH_SUN6I
+
 config TARGET_IPPO_Q8H_V5
        bool "IPPO_Q8H_V5"
        depends on MACH_SUN8I
index 013d4851351aef3319c80481c8be63b7c105a292..1a1814c33b8d4ec3c798da17e2f490f9460378b5 100644 (file)
@@ -55,6 +55,11 @@ M:   Maxime Ripard <maxime.ripard@free-electrons.com>
 S:     Maintained
 F:     configs/Colombus_defconfig
 
+HUMMINIGBIRD-A31 BOARD
+M:     Chen-Yu Tsai <wens@csie.org>
+S:     Maintained
+F:     configs/Hummingbird_A31_defconfig
+
 IPPO-Q8H-V5 BOARD
 M:     Chen-Yu Tsai <wens@csie.org>
 S:     Maintained
diff --git a/configs/Hummingbird_A31_defconfig b/configs/Hummingbird_A31_defconfig
new file mode 100644 (file)
index 0000000..b60d579
--- /dev/null
@@ -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=""