[PATCH 0/4] board: rockchip: Add Luckfox Omni3576 and FriendlyElec NanoPi M5

Jonas Karlman jonas at kwiboo.se
Sun Aug 31 13:42:26 CEST 2025


This series add initial support for the Luckfox Omni3576 and
FriendlyElec NanoPi M5 boards. Device tree files for these boards has
been picked from the v6.17-rc1-dts tag.

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

This series depend on the "board: rockchip: Add Radxa ROCK 4D" [1]
series for a clean apply.

[1] https://patchwork.ozlabs.org/cover/2130471/

John Clark (2):
  arm64: dts: rockchip: Add Luckfox Omni3576 Board support
  arm64: dts: rockchip: Add FriendlyElec NanoPi M5 support

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 +
 .../rockchip/rk3576-luckfox-core3576.dtsi     | 749 ++++++++++++++
 .../rockchip/rk3576-luckfox-omni3576.dts      |  51 +
 .../src/arm64/rockchip/rk3576-nanopi-m5.dts   | 941 ++++++++++++++++++
 9 files changed, 1929 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
 create mode 100644 dts/upstream/src/arm64/rockchip/rk3576-luckfox-core3576.dtsi
 create mode 100644 dts/upstream/src/arm64/rockchip/rk3576-luckfox-omni3576.dts
 create mode 100644 dts/upstream/src/arm64/rockchip/rk3576-nanopi-m5.dts

-- 
2.51.0



More information about the U-Boot mailing list