[PATCH 01/10] arm64: dts: imx8ulp: add cm33 node

From: Peng Fan (OSS)
Date: Sun Jun 25 2023 - 08:38:03 EST


From: Peng Fan <peng.fan@xxxxxxx>

Add i.MX8ULP CM33 node.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi
index 57627bdaa851..8116d6eeb738 100644
--- a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi
@@ -148,6 +148,11 @@ scmi_sensor: protocol@15 {
};
};

+ cm33: remoteproc-cm33 {
+ compatible = "fsl,imx8ulp-cm33";
+ status = "disabled";
+ };
+
soc: soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
--
2.37.1