[PATCH 0/3] Add support for LicheeRV Nano
Thomas Bonnefille
thomas.bonnefille at bootlin.com
Tue Nov 12 15:57:35 CET 2024
This patch series adds support in U-Boot for the Sophgo SG2002 RISCV SoC
and one board using this SoC, the LicheeRV Nano.
Signed-off-by: Thomas Bonnefille <thomas.bonnefille at bootlin.com>
---
Thomas Bonnefille (3):
doc: add LicheeRV Nano and SG2002 SoC
riscv: dts: sophgo: add device tree for LicheeRV Nano
board: add support for LicheeRV Nano
arch/riscv/Kconfig | 4 ++
arch/riscv/dts/Makefile | 1 +
arch/riscv/dts/sg2002-licheerv-nano-b.dts | 45 +++++++++++++++++++
arch/riscv/dts/sg2002.dtsi | 34 +++++++++++++++
board/sophgo/licheerv_nano/Kconfig | 28 ++++++++++++
board/sophgo/licheerv_nano/MAINTAINERS | 4 ++
board/sophgo/licheerv_nano/Makefile | 5 +++
board/sophgo/licheerv_nano/board.c | 9 ++++
configs/sipeed_licheerv_nano_defconfig | 47 ++++++++++++++++++++
doc/board/sophgo/licheerv_nano.rst | 72 +++++++++++++++++++++++++++++++
include/configs/licheerv_nano.h | 24 +++++++++++
11 files changed, 273 insertions(+)
---
base-commit: 3f772959501c99fbe5aa0b22a36efe3478d1ae1c
change-id: 20241024-licheerv-nano-c36d0432943b
Best regards,
--
Thomas Bonnefille <thomas.bonnefille at bootlin.com>
More information about the U-Boot
mailing list