Add device-tree for Orange Pi 5 Ultra This patchset is looking for testers. I do not have the hardware to test. The schematic has been published for the Orange 5 Ultra. [1] It's a sibling of the Orange Pi 5 Max [2] with the HDMI0 switched out for the HDMI RX. As a side affect the pin for USB_OTG_PWREN [3][4] has changed. Patch 1 and 2 can be used on 6.14-rc1 Patch 3 can be used with 6.15-rc1 Patch 4 is waiting for HDMI audio patchset [5] My testing branch with dependent patchsets is on github [6]. [1] http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-5-Ultra.html [2] http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-5-Max.html [3] https://github.com/orangepi-xunlong/linux-orangepi/blob/orange-pi-6.1-rk35xx/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts#L306 [4] https://github.com/orangepi-xunlong/linux-orangepi/blob/orange-pi-6.1-rk35xx/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-ultra.dts#L321 [5] https://lore.kernel.org/linux-rockchip/20250217215641.372723-1-detlev.casanova@xxxxxxxxxxxxx/ [6] https://github.com/jimmyhon/linux/tree/integrate-6.15 Changes in v5: - add USB 3.0 - add HDMI1 - add HDMI audio Link to v4: https://lore.kernel.org/linux-rockchip/20241229184256.1870-10-honyuenkwun@xxxxxxxxx/ Jimmy Hon (4): dt-bindings: arm: rockchip: Add Xunlong Orange Pi 5 Ultra arm64: dts: rockchip: Add Orange Pi 5 Ultra board arm64: dts: rockchip: Enable HDMI1 on Orange Pi 5 Ultra arm64: dts: rockchip: Enable HDMI1 audio output for Orange Pi 5 Ultra .../devicetree/bindings/arm/rockchip.yaml | 3 +- arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3588-orangepi-5-ultra.dts | 75 +++++++++++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-ultra.dts base-commit: fa15cc73121279f93757ec76312b0d0b73f7462a prerequisite-patch-id: e7cb3b62d173506d38a10a8e71eedd62ba6a1bc0 -- 2.48.1