Changes from v2: * Correct the board name for CM3I/E25. * Split the device tree into CM3I/E25. * Adjusted some regulator names according to the schematic. * Reduce the serial port rate to 115200bps as suggested by FUKAUMI. Chukun Pan (2): dt-bindings: arm: rockchip: Add Radxa CM3I E25 arm64: dts: rockchip: Add Radxa CM3I E25 .../devicetree/bindings/arm/rockchip.yaml | 7 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3568-radxa-cm3i.dtsi | 416 ++++++++++++++++++ .../boot/dts/rockchip/rk3568-radxa-e25.dts | 229 ++++++++++ 4 files changed, 653 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts -- 2.25.1