[PATCH v3 0/4] arm64: dts: freescale: Add remoteproc support for i.MX EVKs

Peng Fan (OSS) posted 4 patches 14 hours ago
arch/arm64/boot/dts/freescale/imx8ulp-evk.dts     |   4 +-
arch/arm64/boot/dts/freescale/imx943-evk.dts      | 135 ++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts |  46 ++++++++
arch/arm64/boot/dts/freescale/imx952-evk.dts      |  50 ++++++++
4 files changed, 233 insertions(+), 2 deletions(-)
[PATCH v3 0/4] arm64: dts: freescale: Add remoteproc support for i.MX EVKs
Posted by Peng Fan (OSS) 14 hours ago
This series adds remoteproc node and reserved memory regions for the
i.MX95, i.MX952 and i.MX943 EVK boards.

- Patch 1 adds CM7 support for imx95-19x19-evk
- Patch 2 adds CM7 support for imx952-evk
- Patch 3 adds CM7-0, CM7-1 and CM33S support for imx943-evk
- Patch 4, update resource table address for i.MX8ULP-EVK

Each patch defines the remoteproc device node with mailbox channels
and the associated reserved memory regions (firmware memory, virtio
vring buffers, resource tables and shared DMA pools).

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Change to vdev0buffer in patch 2 and 3 for i.MX95
- Link to v2: https://patch.msgid.link/20260723-imx-rproc-dts-v2-0-a5f5cf2eb55a@nxp.com

Changes in v2:
- Change to vdev0buffer in patch 1 for i.MX95
- Link to v1: https://patch.msgid.link/20260715-imx-rproc-dts-v1-0-d02b583c507b@nxp.com

---
Biwen Li (1):
      arm64: dts: imx8ulp-evk: Update rpmsg resource table address

Peng Fan (3):
      arm64: dts: imx95-19x19-evk: Add CM7 node and related memory nodes
      arm64: dts: imx952-evk: Add CM7 node and related memory nodes
      arm64: dts: imx943-evk: Add CM7 and CM33S nodes

 arch/arm64/boot/dts/freescale/imx8ulp-evk.dts     |   4 +-
 arch/arm64/boot/dts/freescale/imx943-evk.dts      | 135 ++++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts |  46 ++++++++
 arch/arm64/boot/dts/freescale/imx952-evk.dts      |  50 ++++++++
 4 files changed, 233 insertions(+), 2 deletions(-)
---
base-commit: cc2b5f627e8ccbae1188ef2d8be3e451d7f933a5
change-id: 20260715-imx-rproc-dts-6c78f82652f9

Best regards,
--  
Peng Fan <peng.fan@nxp.com>