arm: dts: imx8m: Add remoteproc node

Add CM7/4 nodes for i.MX8MQ/M/N/P.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2025-11-04 18:05:54 +08:00 committed by Fabio Estevam
parent f53b2c19de
commit 6fa601053d
4 changed files with 16 additions and 0 deletions

View File

@ -15,6 +15,10 @@
};
};
#endif
imx8mm-cm4 {
compatible = "fsl,imx8mm-cm4";
syscon = <&src>;
};
};
#ifdef CONFIG_FSL_CAAM

View File

@ -16,6 +16,10 @@
};
#endif
imx8mn-cm7 {
compatible = "fsl,imx8mn-cm7";
};
wdt-reboot {
compatible = "wdt-reboot";
wdt = <&wdog1>;

View File

@ -16,6 +16,10 @@
};
};
#endif
imx8mp-cm7 {
compatible = "fsl,imx8mp-cm7";
};
};
#ifdef CONFIG_FSL_CAAM

View File

@ -7,6 +7,10 @@
binman: binman {
};
imx8mq-cm4 {
compatible = "fsl,imx8mq-cm4";
syscon = <&src>;
};
};
&soc {