Junhui Liu 9c402a54df 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>
2025-01-16 15:55:27 +08:00

20 lines
231 B
Plaintext

if TARGET_K230_CANMV
config SYS_BOARD
default "k230_canmv"
config SYS_VENDOR
default "canaan"
config SYS_CPU
default "k230"
config TEXT_BASE
default 0x0
config BOARD_SPECIFIC_OPTIONS
def_bool y
select CANAAN_K230
endif