aboutsummaryrefslogtreecommitdiff
path: root/configs/tanix_tx6_defconfig
diff options
context:
space:
mode:
authorJernej Skrabec <jernej.skrabec@siol.net>2021-01-06 18:02:57 +0100
committerAndre Przywara <andre.przywara@arm.com>2021-01-25 21:52:00 +0000
commita54b2925a6be70ecd51cccc0464e0b67c58f9b46 (patch)
treeda1feba4364c8b17cbd0e0f9cf2e924049ba5109 /configs/tanix_tx6_defconfig
parent750cabc87bfdfa81019dfaf9ef0400db2368f9d1 (diff)
downloadu-boot-a54b2925a6be70ecd51cccc0464e0b67c58f9b46.zip
u-boot-a54b2925a6be70ecd51cccc0464e0b67c58f9b46.tar.gz
u-boot-a54b2925a6be70ecd51cccc0464e0b67c58f9b46.tar.bz2
sunxi: Add support for Tanix TX6
This commit adds support for Tanix TX6 TV box, based on H6. It's low end H6 board, with 3 GiB of RAM, eMMC, fast ethernet, USB, IR and other peripherals. DT file is taken from Linux 5.11-rc1 release. Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs/tanix_tx6_defconfig')
-rw-r--r--configs/tanix_tx6_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/tanix_tx6_defconfig b/configs/tanix_tx6_defconfig
new file mode 100644
index 0000000..9ce812e
--- /dev/null
+++ b/configs/tanix_tx6_defconfig
@@ -0,0 +1,10 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I_H6=y
+CONFIG_SUNXI_DRAM_H6_DDR3_1333=y
+CONFIG_DRAM_CLK=648
+CONFIG_MMC0_CD_PIN="PF6"
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-tanix-tx6"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set