[PATCH 0/3] Add initial devicetree for Turing RK1

Sam Edwards cfsworks at gmail.com
Fri Oct 6 21:35:57 PDT 2023


Hi list,

The Turing RK1 is an upcoming RK3588-based SoM built on the NVIDIA Jetson-style
SO-DIMM form factor, meant for compatibility with Jetson carrier boards
(but by far primarily the Turing Pi 2 cluster board, from the same vendor).

This patch series adds the initial devicetree, which enables most of the card's
I/O functions. I also have USB and thermal management working, but this depends
on other patches that haven't yet made their way upstream.

Reviewers, be on your toes: this is my first DT contribution to the kernel.
Please be tough but patient! :)

Thanks,
Sam

Sam Edwards (3):
  dt-bindings: vendor-prefixes: add turing
  dt-bindings: arm: rockchip: Add Turing RK1
  arm64: dts: rockchip: Add Turing RK1 SoM support

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3588-turing-rk1.dts   | 627 ++++++++++++++++++
 4 files changed, 635 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts

-- 
2.41.0




More information about the linux-arm-kernel mailing list