summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/freescale/imx8mq.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-06-01 16:20:01 +0800
committerShawn Guo <shawnguo@kernel.org>2020-06-23 14:50:39 +0800
commitbbfc59bec2ad6e68be38232941e2e67fd3dcd1d8 (patch)
treeaa4ece7227aab5004715813d15fa53b6a56beaa3 /arch/arm64/boot/dts/freescale/imx8mq.dtsi
parent12fa1078efc871604d62e992cb8a038421b82096 (diff)
downloadlinux-bbfc59bec2ad6e68be38232941e2e67fd3dcd1d8.tar.gz
linux-bbfc59bec2ad6e68be38232941e2e67fd3dcd1d8.tar.xz
arm64: dts: imx8m: add mu node
Add mu node to let A53 could communicate with M Core. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 2cb8f0c74f8c..f70435cf9ad5 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -963,6 +963,14 @@
status = "disabled";
};
+ mu: mailbox@30aa0000 {
+ compatible = "fsl,imx8mq-mu", "fsl,imx6sx-mu";
+ reg = <0x30aa0000 0x10000>;
+ interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clk IMX8MQ_CLK_MU_ROOT>;
+ #mbox-cells = <2>;
+ };
+
usdhc1: mmc@30b40000 {
compatible = "fsl,imx8mq-usdhc",
"fsl,imx7d-usdhc";