summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2015-09-07 22:43:57 +0200
committerHans de Goede <hdegoede@redhat.com>2015-09-10 20:13:01 +0200
commit2ad76bf2c7e4da8331ffdd621f0302e745db1351 (patch)
tree436fe83d4749693551a701826c6d006115409784 /configs
parent56f5eb401d30f240ea0ccd874a08c67ede4c21b7 (diff)
downloadtalos-obmc-uboot-2ad76bf2c7e4da8331ffdd621f0302e745db1351.tar.gz
talos-obmc-uboot-2ad76bf2c7e4da8331ffdd621f0302e745db1351.zip
sun5i: Add A10s-Wobo-i5 defconfig and dts
The Wobo i5 top set box is a somewhat curious A10s based top set box, it uses an AXP209 rather then the AXP152 usually used in combination with the A10s. It has an ethernet phy connected to PORTD rather then PORTA, and its built-in usb wifi is connected via the otg controller. The dts file changes are identical to the changes submitted to the upstream kernel. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> 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/A10s-Wobo-i5_defconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/A10s-Wobo-i5_defconfig b/configs/A10s-Wobo-i5_defconfig
new file mode 100644
index 0000000000..206fd488cc
--- /dev/null
+++ b/configs/A10s-Wobo-i5_defconfig
@@ -0,0 +1,14 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN5I=y
+CONFIG_DRAM_CLK=432
+CONFIG_MMC0_CD_PIN="PB3"
+CONFIG_USB1_VBUS_PIN="PG12"
+CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-wobo-i5"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP209_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