]> git.ipfire.org Git - thirdparty/u-boot.git/commit
remoteproc: imx_rproc: Add support for i.MX93 CM33
authorPeng Fan <peng.fan@nxp.com>
Tue, 4 Nov 2025 10:05:53 +0000 (18:05 +0800)
committerFabio Estevam <festevam@nabladev.com>
Tue, 4 Nov 2025 15:45:30 +0000 (12:45 -0300)
commitf53b2c19de7b8577ead3e9e7b5ebbab052f4f7b1
treeb5179216648ccc99f93648dbce6423a913840d97
parent3c2e6002f55cbb039a59c0cf9672daec9cfacb62
remoteproc: imx_rproc: Add support for i.MX93 CM33

Introduce remote processor configuration for the i.MX93 Cortex-M33 core.

This patch adds:
- Address translation table (ATT) for i.MX93, including TCM
  (secure and non-secure) and DDR regions.
- A new device configuration structure `imx_rproc_cfg_imx93` using SMC
  method and ARM SMC ops.
- Device tree match entry for "fsl,imx93-cm33"

This enables remoteproc framework to properly initialize and manage the
Cortex-M33 core on i.MX93 platforms.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/remoteproc/imx_rproc.c