summaryrefslogtreecommitdiffstats
path: root/configs/Auxtek-T003_defconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-08-05 17:50:03 +0200
committerHans de Goede <hdegoede@redhat.com>2015-08-14 08:37:36 +0200
commit7d65e2c3070c33f7881a6c03dbae46a302e5a893 (patch)
tree30a875b1794c4b4504abb8ab7e81efdbe1250ea0 /configs/Auxtek-T003_defconfig
parentda52a4a367d8d15003fd4357a0d08c94124a0d78 (diff)
downloadblackbird-obmc-uboot-7d65e2c3070c33f7881a6c03dbae46a302e5a893.tar.gz
blackbird-obmc-uboot-7d65e2c3070c33f7881a6c03dbae46a302e5a893.zip
sunxi: Add support for the Auxtek-T003 HDMI stick
The Auxtek-T003 HDMI stick is an A10s based HDMI stick with USB wifi, and composite video out support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Auxtek-T003_defconfig')
-rw-r--r--configs/Auxtek-T003_defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/Auxtek-T003_defconfig b/configs/Auxtek-T003_defconfig
new file mode 100644
index 0000000000..b9692dcfe3
--- /dev/null
+++ b/configs/Auxtek-T003_defconfig
@@ -0,0 +1,15 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN5I=y
+CONFIG_DRAM_CLK=408
+CONFIG_DRAM_EMR1=0
+CONFIG_USB1_VBUS_PIN="PB10"
+CONFIG_VIDEO_COMPOSITE=y
+CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-auxtek-t003"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP152_POWER"
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+CONFIG_USB_EHCI_HCD=y
OpenPOWER on IntegriCloud