Add two board-families from Theobroma-Systems
From: Heiko Stuebner <heiko@...> Date: Wed, 14 May 2025 15:36:57 +0200
Both the Cobra and PP1516 boards are based around the PX30 SoC and can be found with a variety of display options. As new boards should not use the deprecated snps,reset-* properties in the gmac node, I also added a core mdio-node for the gmac and converted the Theobroma Ringneck board over. Testing with the new node both before and after converting Ringneck showed the board finding its network both when booting locally and from the tftp/nfs. changes in v4: - fix mistake of "," and ";" in pinctrl-hogs after moving entries around - the port properties for the DSI displays were added in - https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=bf0636f4348e098e2338eebbe42d7780c58a1195 - https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=e782ac936941cff4c5580bb5cc2ec0e91468068c changes in v3: - more sorting - more Reviewed-bys - pull-down for dsp-rst - pp1516 accel pinctrl group changes in v2: - add received Acks/Reviews - drop "rockchip" prefix from system-power-controller (Diederik) - split out prototype-pins to prototype variant - address Quentin's review comments - ethernet0 alias for Cobra - a number more pinctrl entries for gpios - drop unused slp pinctrl entries - additional comments - use gpio-constants for pmic int - ordering (nodes + properties) - clarify vccio_sd more - interrupt line for pp1516 accelerometer Heiko Stuebner (6): arm64: dts: rockchip: add basic mdio node to px30 arm64: dts: rockchip: move reset to dedicated eth-phy node on ringneck dt-bindings: arm: rockchip: add PX30-Cobra boards from Theobroma Systems arm64: dts: rockchip: add px30-cobra base dtsi and board variants dt-bindings: arm: rockchip: add PX30-PP1516 boards from Theobroma Systems arm64: dts: rockchip: add px30-pp1516 base dtsi and board variants .../devicetree/bindings/arm/rockchip.yaml | 18 + arch/arm64/boot/dts/rockchip/Makefile | 6 + .../rockchip/px30-cobra-ltk050h3146w-a2.dts | 39 ++ .../dts/rockchip/px30-cobra-ltk050h3146w.dts | 39 ++ .../dts/rockchip/px30-cobra-ltk050h3148w.dts | 39 ++ .../dts/rockchip/px30-cobra-ltk500hd1829.dts | 73 +++ arch/arm64/boot/dts/rockchip/px30-cobra.dtsi | 566 ++++++++++++++++ .../rockchip/px30-pp1516-ltk050h3146w-a2.dts | 39 ++ .../dts/rockchip/px30-pp1516-ltk050h3148w.dts | 39 ++ arch/arm64/boot/dts/rockchip/px30-pp1516.dtsi | 602 ++++++++++++++++++ .../boot/dts/rockchip/px30-ringneck.dtsi | 22 +- arch/arm64/boot/dts/rockchip/px30.dtsi | 6 + 12 files changed, 1485 insertions(+), 3 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w-a2.dts create mode 100644 arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w.dts create mode 100644 arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3148w.dts create mode 100644 arch/arm64/boot/dts/rockchip/px30-cobra-ltk500hd1829.dts create mode 100644 arch/arm64/boot/dts/rockchip/px30-cobra.dtsi create mode 100644 arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3146w-a2.dts create mode 100644 arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts create mode 100644 arch/arm64/boot/dts/rockchip/px30-pp1516.dtsi -- 2.47.2
Patches in this set
- [0001] arm64: dts: rockchip: add basic mdio node to px30 (raw)
- [0002] arm64: dts: rockchip: move reset to dedicated eth-phy (raw)
- [0003] dt-bindings: arm: rockchip: add PX30-Cobra boards from (raw)
- [0004] arm64: dts: rockchip: add px30-cobra base dtsi and board (raw)
- [0005] dt-bindings: arm: rockchip: add PX30-PP1516 boards from (raw)
- [0006] arm64: dts: rockchip: add px30-pp1516 base dtsi and board (raw)
Statistics
- 6 individual patches
- 1485 lines added
- 3 lines removed