[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250508150955.1897702-1-heiko@sntech.de>
Date: Thu, 8 May 2025 17:09:49 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: heiko@...ech.de
Cc: quentin.schulz@...rry.de,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] Add two board-families from Theobroma-Systems
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.
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 | 58 ++
arch/arm64/boot/dts/rockchip/px30-cobra.dtsi | 570 +++++++++++++++++
.../rockchip/px30-pp1516-ltk050h3146w-a2.dts | 39 ++
.../dts/rockchip/px30-pp1516-ltk050h3148w.dts | 39 ++
arch/arm64/boot/dts/rockchip/px30-pp1516.dtsi | 601 ++++++++++++++++++
.../boot/dts/rockchip/px30-ringneck.dtsi | 22 +-
arch/arm64/boot/dts/rockchip/px30.dtsi | 6 +
12 files changed, 1473 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
Powered by blists - more mailing lists