diff options
author | Peng Fan <[email protected]> | 2023-07-24 15:58:24 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2023-07-30 21:18:46 +0800 |
commit | 5b9435d646d1cbfc39dd8ca2f83ca109ea3f2bd2 (patch) | |
tree | a3855f16e2ef55071d8423ba5b1bb29fcbaacfc4 | |
parent | 074248a4e91908f6fba29308373dafb61c727086 (diff) |
arm64: dts: imx8ulp: add cm33 node
Add i.MX8ULP CM33 node.
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ }; }; + cm33: remoteproc-cm33 { + compatible = "fsl,imx8ulp-cm33"; + status = "disabled"; + }; + soc: soc@0 { compatible = "simple-bus"; #address-cells = <1>; |