mbox series

[v5,0/4] Add R5F and C7x DSP nodes for AM62a SoC

Message ID 20240822092955.22037-1-hnagalla@ti.com (mailing list archive)
Headers show
Series Add R5F and C7x DSP nodes for AM62a SoC | expand

Message

Hari Nagalla Aug. 22, 2024, 9:29 a.m. UTC
This patch series adds R5F and C7x dsp processor nodes and shared
memory based Virtio/IPC configuration for AM62A SoC.

changes in v5:
*) Reordered Remoteproc device node properties to list reset, firmware
   properties before vendor specific properties.
*) Remote the SRAM node from patch2, as it can be used by other
   components and is not specific to this patchset.
*) Added new lines between sub nodes as needed.

v4: https://lore.kernel.org/all/20240820104034.15607-1-hnagalla@ti.com/ 

Devarsh Thakkar (2):
  arm64: dts: k3-am62a-wakeup: Add R5F device node
  arm64: dts: ti: k3-am62a7-sk: Enable ipc with Remoteproc nodes

Hari Nagalla (1):
  arm64: dts: k3-am62a-mcu: Add R5F Remoteproc node

Jai Luthra (1):
  arm64: dts: k3-am62a-main: Add C7xv device node

 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi   | 12 ++++
 arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi    | 25 ++++++++
 arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 24 +++++++
 arch/arm64/boot/dts/ti/k3-am62a7-sk.dts     | 71 +++++++++++++++++++++
 4 files changed, 132 insertions(+)