[PATCH 0/2] dt-bindings: arm64: dts: Intel SoCFPGA: rsu-handle on svc for U-Boot

From: tze . yee . ng

Date: Wed May 06 2026 - 08:47:52 EST


From: Tze Yee Ng <tze.yee.ng@xxxxxxxxxx>

When Linux passes a device tree to U-Boot for remote system update (RSU),
U-Boot needs to know which QSPI partition holds the boot image. Add an
optional rsu-handle property on the Intel service-layer (svc) node: it is
a phandle to the board's QSPI boot partition (typically labeled
qspi_boot).

Patch 1 documents rsu-handle in the intel,stratix10-svc binding (shared by
Stratix 10, Agilex, and Agilex5 svc compatibles) and extends the example
so the qspi_boot label and reg cells are valid for dt_binding_check.

Patch 2 labels the firmware svc node as "svc" in the Stratix 10, Agilex,
and Agilex5 SoC .dtsi files, and sets rsu-handle = <&qspi_boot> via &svc
only on board .dts files that already define qspi_boot. Boards without
that partition are unchanged and avoid an unresolved phandle.

Tze Yee Ng (2):
dt-bindings: firmware: document rsu-handle for intel stratix10-svc
arm64: dts: socfpga: add rsu-handle to svc on QSPI SoCDK boards

.../firmware/intel,stratix10-svc.yaml | 25 +++++++++++++++++++
.../boot/dts/altera/socfpga_stratix10.dtsi | 2 +-
.../dts/altera/socfpga_stratix10_socdk.dts | 4 +++
.../altera/socfpga_stratix10_socdk_nand.dts | 4 +++
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 +-
.../boot/dts/intel/socfpga_agilex3_socdk.dts | 4 +++
.../arm64/boot/dts/intel/socfpga_agilex5.dtsi | 2 +-
.../boot/dts/intel/socfpga_agilex5_socdk.dts | 4 +++
.../dts/intel/socfpga_agilex5_socdk_013b.dts | 4 +++
.../intel/socfpga_agilex5_socdk_modular.dts | 4 +++
.../boot/dts/intel/socfpga_agilex_socdk.dts | 4 +++
.../boot/dts/intel/socfpga_n5x_socdk.dts | 4 +++
12 files changed, 60 insertions(+), 3 deletions(-)

--
2.43.7