Add a basic support for the Rock 5 ITX board. After struggling a bit with the pcie3 ports, thankfully they seem to run pretty nice now thanks to me finding the property for the shared-rx-clk for the pcie3 phy. changes in v2: - update naming to include a space/dash between 5 and ITX. As Dragan wrote "the name of this board deviates from the standard Radxa naming scheme, which is something like "ROCK <number><letter>" thus, "rock-5a" is fine, but it should be "rock-5-itx", simply because there's a space between "5" and "ITX" in "ROCK 5 ITX" - spelling fixes (Dragan) - removed status from adc-keys (Krzysztof) - added Krzysztof's binding Ack, after asking on IRC about the added "-" - updated copyright statement to something correct Heiko Stuebner (2): dt-bindings: arm: rockchip: Add ROCK 5 ITX board arm64: dts: rockchip: add rock5 itx board .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3588-rock-5-itx.dts | 1186 +++++++++++++++++ 3 files changed, 1192 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts -- 2.39.2