[PATCH 0/3] rockchip: Add Xunlong Orange Pi 5 and 5 Plus boards

Jonas Karlman jonas at kwiboo.se
Tue Oct 17 23:40:19 CEST 2023


This series add support for Xunlong Orange Pi 5 and 5 Plus boards.

First patch add support for the SPI NOR Flash used on the two boards.
Second patch add support for the Xunlong Orange Pi 5 RK3588S board.
Third patch add support for the Xunlong Orange Pi 5 Plus RK3588 board.

This series depends on the following series for a clean apply:
- rockchip: rk3588: Sync pcie and usb3 nodes from linux [1]
- board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board [2]

[1] https://patchwork.ozlabs.org/cover/1850311/
[2] https://patchwork.ozlabs.org/patch/1847842/

Jonas Karlman (2):
  board: rockchip: Add Xunlong Orange Pi 5
  board: rockchip: Add Xunlong Orange Pi 5 Plus

Ricardo Pardini (1):
  mtd: spi-nor: Add support for XMC XM25QU128C

 arch/arm/dts/Makefile                         |   2 +
 .../dts/rk3588-orangepi-5-plus-u-boot.dtsi    |  27 +
 arch/arm/dts/rk3588-orangepi-5-plus.dts       | 848 ++++++++++++++++++
 arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi   |  22 +
 arch/arm/dts/rk3588s-orangepi-5.dts           | 662 ++++++++++++++
 board/rockchip/evb_rk3588/MAINTAINERS         |  14 +
 configs/orangepi-5-plus-rk3588_defconfig      | 105 +++
 configs/orangepi-5-rk3588s_defconfig          | 102 +++
 doc/board/rockchip/rockchip.rst               |   2 +
 drivers/mtd/spi/spi-nor-ids.c                 |   1 +
 10 files changed, 1785 insertions(+)
 create mode 100644 arch/arm/dts/rk3588-orangepi-5-plus-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3588-orangepi-5-plus.dts
 create mode 100644 arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3588s-orangepi-5.dts
 create mode 100644 configs/orangepi-5-plus-rk3588_defconfig
 create mode 100644 configs/orangepi-5-rk3588s_defconfig

-- 
2.42.0



More information about the U-Boot mailing list