diff mbox series

[3/4] arm64: dts: imx93: add cm33 node

Message ID 20230625105528.4057850-4-peng.fan@oss.nxp.com
State New
Headers show
Series arm64: dts: imx93: add thermal/cma/cm33 node | expand

Commit Message

Peng Fan (OSS) June 25, 2023, 10:55 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Add CM33 node for i.MX93

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx93.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index 9aad073b491e..06b0c0150525 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -133,6 +133,12 @@  gic: interrupt-controller@48000000 {
 		interrupt-parent = <&gic>;
 	};
 
+	remoteproc-cm33 {
+		compatible = "fsl,imx93-cm33";
+		clocks = <&clk IMX93_CLK_CM33_GATE>;
+		status = "disabled";
+	};
+
 	thermal-zones {
 		cpu-thermal {
 			polling-delay-passive = <250>;