diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-03-13 12:24:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-21 14:38:25 +0300 |
commit | e8449baa5c0136eb04b789bf31b19f2e77f788d0 (patch) | |
tree | a4758e1d87801888051e0e0c6153d03280a5d5ba /arch/arm64/boot/dts/freescale/imx8qxp.dtsi | |
parent | 14c7c02d2145f8e903f029587b5674f3c05d2111 (diff) | |
download | linux-e8449baa5c0136eb04b789bf31b19f2e77f788d0.tar.xz |
arm64: dts: imx8qxp: add lsio_mu2 node
Add lsio_mu2 node which could be used communicate with SCU.
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/imx8qxp.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi index c1780e7ee294..0cb939861a60 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi @@ -369,6 +369,14 @@ #mbox-cells = <2>; }; + lsio_mu2: mailbox@5d1d0000 { + compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; + reg = <0x5d1d0000 0x10000>; + interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>; + #mbox-cells = <2>; + status = "disabled"; + }; + lsio_mu3: mailbox@5d1e0000 { compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; reg = <0x5d1e0000 0x10000>; |