]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx8m: Add remoteproc node
authorPeng Fan <peng.fan@nxp.com>
Tue, 4 Nov 2025 10:05:54 +0000 (18:05 +0800)
committerFabio Estevam <festevam@nabladev.com>
Tue, 4 Nov 2025 15:45:30 +0000 (12:45 -0300)
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>
arch/arm/dts/imx8mm-u-boot.dtsi
arch/arm/dts/imx8mn-u-boot.dtsi
arch/arm/dts/imx8mp-u-boot.dtsi
arch/arm/dts/imx8mq-u-boot.dtsi

index eb5b95a1fda7c37f8911bf1732d20ee9ede4c198..d891e8062fe557d6855f07078918b56e23e4c053 100644 (file)
                };
        };
 #endif
+       imx8mm-cm4 {
+               compatible = "fsl,imx8mm-cm4";
+               syscon = <&src>;
+       };
 };
 
 #ifdef CONFIG_FSL_CAAM
index 4a4498b36b012eb7aa22a3feeb043013068e961f..29eecd6d70d9f6c9fef48cda9fb560841ebd4aa0 100644 (file)
        };
 #endif
 
+       imx8mn-cm7 {
+               compatible = "fsl,imx8mn-cm7";
+       };
+
        wdt-reboot {
                compatible = "wdt-reboot";
                wdt = <&wdog1>;
index 9ede98a11e42f6279d654443bbb2d7059ad53d81..d9d220c70db600a7be1d021a0c4e8927a2f2b17f 100644 (file)
                };
        };
 #endif
+
+       imx8mp-cm7 {
+               compatible = "fsl,imx8mp-cm7";
+       };
 };
 
 #ifdef CONFIG_FSL_CAAM
index 93e2ef27f7ced9b3a471e1dc41be4b1861ed0b81..0687fcdbd68b210aa9cfb89e87713e9a5aff0754 100644 (file)
@@ -7,6 +7,10 @@
        binman: binman {
        };
 
+       imx8mq-cm4 {
+               compatible = "fsl,imx8mq-cm4";
+               syscon = <&src>;
+       };
 };
 
 &soc {