[PATCH 0/6] arm64: dts: qcom: nord: Add remoteproc and PMIC support

From: Shawn Guo

Date: Sun Aug 30 2026 - 23:21:25 EST


This series adds ADSP and CDSP remoteproc support, the SPMI PMIC arbiter
and the PMIC descriptions for the Qualcomm Nord platform, and adds the
initial device tree for the Nord Ride Embedded board.

Dependencies:
- Base DTS: https://lore.kernel.org/all/20260828034958.3165-1-shengchao.guo@xxxxxxxxxxxxxxxx/
- NMXC power domain: https://lore.kernel.org/all/20260826135454.658615-1-shengchao.guo@xxxxxxxxxxxxxxxx/
- PMAU0102 MFD: https://lore.kernel.org/all/20260830034719.140213-1-shengchao.guo@xxxxxxxxxxxxxxxx/
- PMAU0102 GPIO: https://lore.kernel.org/all/20260830042939.144376-1-shengchao.guo@xxxxxxxxxxxxxxxx/
- PMAU0102 thermal: https://lore.kernel.org/all/20260830101025.191697-1-shengchao.guo@xxxxxxxxxxxxxxxx/

Bartosz Golaszewski (3):
arm64: dts: qcom: nord: Add the SPMI PMIC arbiter
dt-bindings: arm: qcom: Document Nord Ride Embedded board
arm64: dts: qcom: Add initial support for Nord Ride Embedded board

Dhruvin Rajpura (1):
arm64: dts: qcom: nord: Add PMAU0102 and PMM8650AU PMIC support

Shawn Guo (2):
arm64: dts: qcom: nord: Add support for ADSP and CDSPs
arm64: dts: qcom: nord-rrd: Enable ADSP and CDSPs

.../devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/nord-embedded.dtsi | 63 ++
arch/arm64/boot/dts/qcom/nord-ipcc.h | 144 +++
.../boot/dts/qcom/nord-ride-embedded.dts | 590 ++++++++++++
arch/arm64/boot/dts/qcom/nord-rrd.dts | 37 +
arch/arm64/boot/dts/qcom/nord.dtsi | 906 ++++++++++++++++++
arch/arm64/boot/dts/qcom/pmau0102-nord.dtsi | 543 +++++++++++
arch/arm64/boot/dts/qcom/pmm8650au-nord.dtsi | 54 ++
9 files changed, 2339 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/nord-ipcc.h
create mode 100644 arch/arm64/boot/dts/qcom/nord-ride-embedded.dts
create mode 100644 arch/arm64/boot/dts/qcom/pmau0102-nord.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/pmm8650au-nord.dtsi

--
2.43.0