summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-04-02 13:36:03 +0800
committerPeng Fan <peng.fan@nxp.com>2020-04-09 10:35:43 +0800
commitc2be5262f0b2a2ee271c5b8dea1c0cc8afa1c74b (patch)
tree8dafe2c47a7dca91a831c4f25d945365b5214807 /arch/arm64/boot/dts/freescale/imx8dxl.dtsi
parenta642d40a06abe99ef8562ad26344f70464ce4687 (diff)
MLK-23754-36 arm64: dts: imx8dxl: add cm4 node
Add cm4 node for remoteproc usage. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index b2067184e6ed..b90f983a36c3 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -136,6 +136,22 @@
status = "disabled";
};
+ imx8dxl_cm4: imx8dxl_cm4@0 {
+ compatible = "fsl,imx8qxp-cm4";
+ rsc-da = <0x90000000>;
+ mbox-names = "tx", "rx", "rxdb";
+ mboxes = <&lsio_mu5 0 1
+ &lsio_mu5 1 1
+ &lsio_mu5 3 1>;
+ mub-partition = <3>;
+ core-index = <0>;
+ core-id = <IMX_SC_R_M4_0_PID0>;
+ status = "disabled";
+ power-domains = <&pd IMX_SC_R_M4_0_PID0>,
+ <&pd IMX_SC_R_M4_0_MU_1A>;
+ };
+
+
scu {
compatible = "fsl,imx-scu";
mbox-names = "tx0", "tx1", "tx2", "tx3",