This patch series adds R5F and C7x dsp processor nodes and shared memory based Virtio/IPC configuration for AM62A SoC. changes in v4: *) Fixed typos in patch4 commit message. *) With the updated binding doc for AM62A C7xv in the kernel tree earlier reported DTB warnings have vanished. v3: https://lore.kernel.org/all/20240605124859.3034-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 (1): arm64: dts: k3-am62a-mcu: Add R5F remote proc node Jai Luthra (1): arm64: dts: k3-am62a-main: Add C7xv device node 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 +++++++++++++++++++++ 4 files changed, 137 insertions(+) -- 2.34.1