This patch series adds R5F and C7x dsp processor nodes for AM62A SoC. The first patch amends the dsp node binding doc file and the remaining patches configure the remote processor device nodes. v1: https://lore.kernel.org/all/20230502141416.9924-1-hnagalla@xxxxxx/ Devarsh Thakkar (2): arm64: dts: k3-am62a-wakeup: Add R5F device node arm64: dts: ti: k3-am62a7-sk: Enable ipc with remote proc nodes Hari Nagalla (2): dt-bindings: remoteproc: k3-dsp: correct optional sram properties for AM62A SoCs arm64: dts: k3-am62a-mcu: Add R5F remote proc node Jai Luthra (1): arm64: dts: k3-am62a-main: Add C7xv device node .../bindings/remoteproc/ti,k3-dsp-rproc.yaml | 16 ++++- arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 11 +++ arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 35 ++++++++++ arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 23 +++++++ arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 68 +++++++++++++++++++ 5 files changed, 151 insertions(+), 2 deletions(-) -- 2.34.1