riscv: cpu: k230: Add support for Canaan Kendryte K230 SoC
authorJunhui Liu <junhui.liu@pigmoral.tech>
Tue, 14 Jan 2025 16:46:39 +0000 (00:46 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 16 Jan 2025 07:55:27 +0000 (15:55 +0800)
commit78d9ce3e36a48fff57648e247b53be1949803e48
tree8174ac2768e8e044fc336c0c9c12b7c12437dea2
parenta1135b7526ab8cd7bfd6f2d650bfcce1c9808402
riscv: cpu: k230: Add support for Canaan Kendryte K230 SoC

Add Canaan K230 SoC with sysreset support, running without cache
enabled.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/Kconfig
arch/riscv/cpu/k230/Kconfig [new file with mode: 0644]
arch/riscv/cpu/k230/Makefile [new file with mode: 0644]
arch/riscv/cpu/k230/cpu.c [new file with mode: 0644]
arch/riscv/cpu/k230/dram.c [new file with mode: 0644]