riscv: t-head: licheepi4a: initial support added
authorYixun Lan <dlan@gentoo.org>
Sat, 8 Jul 2023 11:24:32 +0000 (19:24 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 12 Jul 2023 05:21:41 +0000 (13:21 +0800)
commit5f3a7fdb724976698e9d211e4e174e826c7c4abe
treec07fadfda25e379c86784cd4c5c94e2f42cb9a8e
parent9675d9202780fd996c00ad34f0360c89376205b3
riscv: t-head: licheepi4a: initial support added

Add support for Sipeed's Lichee Pi 4A board which based on T-HEAD's
TH1520 SoC, only minimal device tree and serial console are enabled,
so it's capable of chain booting from T-HEAD's vendor u-boot.

Reviewed-by: Wei Fu <wefu@redhat.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
arch/riscv/Kconfig
board/thead/th1520_lpi4a/Kconfig [new file with mode: 0644]
board/thead/th1520_lpi4a/MAINTAINERS [new file with mode: 0644]
board/thead/th1520_lpi4a/Makefile [new file with mode: 0644]
board/thead/th1520_lpi4a/board.c [new file with mode: 0644]
include/configs/th1520_lpi4a.h [new file with mode: 0644]