[PATCH v3 0/2] arm64: dts: rockchip: Add device tree for the Orange Pi CM5 Base board

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Oct 27 14:56:34 PDT 2025


Hello,

This patch series adds a device tree for the Orange Pi CM5 Base board
from Xunlong. This is a combination of a compute module and a carrier
board, so the device tree is split in two files.

The work is based on a combination of upstream device trees for other
RK3588-based Orange Pi boards and the downstream device tree, all
checked against the available schematics for the carrier board. The
compute module schematics is unfortunately not available.

The series starts with three patches that add a new tmds-enable-gpios
property to the rk3588-dw-hdmi-qp DT binding (1/5) and update the driver
accordingly (2/5 and 3/5). Those patches have been authored by Cristian
Ciocaltea as part of a larger series, I have incorporated them here
as-is.

The series is quite straightfoward. Patch 1/2 adds a new compatible for
the board to arm/rockchip.yaml, and patch 2/2 adds the device tree for
the board.

Compared to v2, I have replaced the tmds-enable-gpios support with a
pull-up on the signal in the device tree to unconditionally select TMDS
mode. FRL mode will be brought back once it gets supported by the HDMI
driver. This should allow merging this series without any dependency on
driver changes.

Laurent Pinchart (2):
  dt-bindings: arm: rockchip: Add Orange Pi CM5 Base
  arm64: dts: rockchip: Add rk3588s-orangepi-cm5-base device tree

 .../devicetree/bindings/arm/rockchip.yaml     |   6 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../rockchip/rk3588s-orangepi-cm5-base.dts    | 355 +++++++++++++
 .../dts/rockchip/rk3588s-orangepi-cm5.dtsi    | 473 ++++++++++++++++++
 4 files changed, 835 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-cm5-base.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-cm5.dtsi


base-commit: dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
-- 
Regards,

Laurent Pinchart




More information about the Linux-rockchip mailing list