linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add Radxa Rock 4D support
@ 2025-02-14 15:19 Detlev Casanova
  2025-02-14 15:19 ` [PATCH v3 1/2] dt-bindings: arm: rockchip: Add Radxa ROCK 4D board Detlev Casanova
  2025-02-14 15:19 ` [PATCH v3 2/2] arm64: dts: rockchip: Add Radxa ROCK 4D device tree Detlev Casanova
  0 siblings, 2 replies; 4+ messages in thread
From: Detlev Casanova @ 2025-02-14 15:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner,
	Jonas Karlman, Chris Morgan, Kever Yang, Dragan Simic, Tim Lunn,
	FUKAUMI Naoki, Michael Riesch, Detlev Casanova, Stephen Chen,
	Elon Zhang, Alexey Charkov, devicetree, linux-arm-kernel,
	linux-rockchip, kernel

Add the basic support for the board. (Not officially released yet)
It is based on the Rockchip rk3576 SoC, so I haven't added the
following devices yet:
 - VOP/HDMI
 - UFS
as the support for those has not been merged yet, but are close to be
and I already validated that they work.
It will come with another patch set.

The following devices are supported and working:
 - UART
 - SD Card
 - Ethernet
 - USB
 - RTC

Changes since v2:
 - Move and rename snps,reset-* props to the PHY node
 - Rename phy@1 to phy-ethernet@1

Changes since v1:
 - Add missing dt bindings
 - Remove clock-frequency in rtc node
 - Add line break in pmic pinctrls

Detlev Casanova (1):
  dt-bindings: arm: rockchip: Add Radxa ROCK 4D board

Stephen Chen (1):
  arm64: dts: rockchip: Add Radxa ROCK 4D device tree

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3576-rock-4d.dts      | 650 ++++++++++++++++++
 3 files changed, 656 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-rock-4d.dts

-- 
2.48.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-14 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 15:19 [PATCH v3 0/2] Add Radxa Rock 4D support Detlev Casanova
2025-02-14 15:19 ` [PATCH v3 1/2] dt-bindings: arm: rockchip: Add Radxa ROCK 4D board Detlev Casanova
2025-02-14 15:19 ` [PATCH v3 2/2] arm64: dts: rockchip: Add Radxa ROCK 4D device tree Detlev Casanova
2025-02-14 20:07   ` Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).