PinePhone Pro is a RK3399 based phone produced by Pine64. Add a basic DTS for it. This is a working base that will allow myself and others to add more nodes. Changes since v1: * Simplified the DT to a minimal base. * Introduced the RK3399-T OPPs. Samuel Dionne-Riel (1): arm64: dts: rockchip: Add RK3399-T opp Tom Fitzhenry (2): dt-bindings: arm: rockchip: Add PinePhone Pro bindings arm64: dts: rockchip: Add initial support for Pine64 PinePhone Pro .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3399-pinephone-pro.dts | 385 ++++++++++++++++++ .../arm64/boot/dts/rockchip/rk3399-t-opp.dtsi | 118 ++++++ 4 files changed, 509 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi -- 2.37.1