riscv: canaan: k230_canmv: Add initial support
authorJunhui Liu <junhui.liu@pigmoral.tech>
Tue, 14 Jan 2025 16:46:40 +0000 (00:46 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 16 Jan 2025 07:55:27 +0000 (15:55 +0800)
commit9c402a54df3f641592d82f6833bb4b1af2e9aa10
treefc034544a1c8093e6152a81bbc05f2f91b381c72
parent78d9ce3e36a48fff57648e247b53be1949803e48
riscv: canaan: k230_canmv: Add initial support

Add support for K230 CanMV board with serial console and usb otg
support. It can boot via vendor's u-boot-spl and boot into Linux
via tftp through the onboard RTL8152.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/canaan/k230_canmv/Kconfig [new file with mode: 0644]
board/canaan/k230_canmv/MAINTAINERS [new file with mode: 0644]
board/canaan/k230_canmv/Makefile [new file with mode: 0644]
board/canaan/k230_canmv/board.c [new file with mode: 0644]
configs/k230_canmv_defconfig [new file with mode: 0644]