[PATCH v2 0/2] board: rockchip: Add Luckfox Omni3576 and FriendlyElec NanoPi M5
Jonas Karlman
jonas at kwiboo.se
Sun Oct 19 18:50:49 CEST 2025
This series add initial support for the Luckfox Omni3576 and
FriendlyElec NanoPi M5 boards.
Features tested with a Core3576 Rev1.1 on a Omni3576 carrier board:
- SD-card boot
- eMMC boot
- LED
- PCIe/NVMe
- USB2.0 HOST
Features tested on a NanoPi M5 2411:
- SD-card boot
- SPI flash boot
- Ethernet
- LEDs
- PCIe/NVMe
- USB HOST/OTG
- USER button
Changes in v2:
- Rebase on top of master with v6.17-dts tag merged
This series depend on the "board: rockchip: Add Radxa ROCK 4D" [1]
series for a clean apply.
[1] https://patchwork.ozlabs.org/cover/2152825/
Jonas Karlman (2):
board: rockchip: Add Luckfox Omni3576
board: rockchip: Add FriendlyElec NanoPi M5
.../dts/rk3576-luckfox-omni3576-u-boot.dtsi | 11 +++
arch/arm/dts/rk3576-nanopi-m5-u-boot.dtsi | 22 ++++++
arch/arm/mach-rockchip/rk3576/MAINTAINERS | 12 +++
configs/nanopi-m5-rk3576_defconfig | 78 +++++++++++++++++++
configs/omni3576-rk3576_defconfig | 63 +++++++++++++++
doc/board/rockchip/rockchip.rst | 2 +
6 files changed, 188 insertions(+)
create mode 100644 arch/arm/dts/rk3576-luckfox-omni3576-u-boot.dtsi
create mode 100644 arch/arm/dts/rk3576-nanopi-m5-u-boot.dtsi
create mode 100644 configs/nanopi-m5-rk3576_defconfig
create mode 100644 configs/omni3576-rk3576_defconfig
--
2.51.0
More information about the U-Boot
mailing list