diff options
author | Jernej Skrabec | 2021-01-06 18:02:57 +0100 |
---|---|---|
committer | Andre Przywara | 2021-01-25 21:52:00 +0000 |
commit | a54b2925a6be70ecd51cccc0464e0b67c58f9b46 (patch) | |
tree | da1feba4364c8b17cbd0e0f9cf2e924049ba5109 /configs | |
parent | 750cabc87bfdfa81019dfaf9ef0400db2368f9d1 (diff) |
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')
-rw-r--r-- | configs/tanix_tx6_defconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/tanix_tx6_defconfig b/configs/tanix_tx6_defconfig new file mode 100644 index 00000000000..9ce812ecc35 --- /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 |