mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
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:
parent
f53b2c19de
commit
6fa601053d
@ -15,6 +15,10 @@
|
||||
};
|
||||
};
|
||||
#endif
|
||||
imx8mm-cm4 {
|
||||
compatible = "fsl,imx8mm-cm4";
|
||||
syscon = <&src>;
|
||||
};
|
||||
};
|
||||
|
||||
#ifdef CONFIG_FSL_CAAM
|
||||
|
||||
@ -16,6 +16,10 @@
|
||||
};
|
||||
#endif
|
||||
|
||||
imx8mn-cm7 {
|
||||
compatible = "fsl,imx8mn-cm7";
|
||||
};
|
||||
|
||||
wdt-reboot {
|
||||
compatible = "wdt-reboot";
|
||||
wdt = <&wdog1>;
|
||||
|
||||
@ -16,6 +16,10 @@
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
||||
imx8mp-cm7 {
|
||||
compatible = "fsl,imx8mp-cm7";
|
||||
};
|
||||
};
|
||||
|
||||
#ifdef CONFIG_FSL_CAAM
|
||||
|
||||
@ -7,6 +7,10 @@
|
||||
binman: binman {
|
||||
};
|
||||
|
||||
imx8mq-cm4 {
|
||||
compatible = "fsl,imx8mq-cm4";
|
||||
syscon = <&src>;
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user