mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 01:52:03 +02:00
arm64: dts: imx8qm-ss-lsio: add lsio mu8 and mu8b
Add mu8 and mu8b mailbox nodes. Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
f57bf4c11d
commit
617bcacbf0
|
|
@ -3,6 +3,27 @@
|
|||
* Copyright 2019-2020 NXP
|
||||
* Dong Aisheng <aisheng.dong@nxp.com>
|
||||
*/
|
||||
&lsio_subsys {
|
||||
lsio_mu8: mailbox@5d230000 {
|
||||
compatible = "fsl,imx8qm-mu", "fsl,imx6sx-mu";
|
||||
reg = <0x5d230000 0x10000>;
|
||||
interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#mbox-cells = <2>;
|
||||
power-domains = <&pd IMX_SC_R_MU_8A>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
lsio_mu8b: mailbox@5d2c0000 {
|
||||
compatible = "fsl,imx8qm-mu", "fsl,imx6sx-mu";
|
||||
reg = <0x5d2c0000 0x10000>;
|
||||
interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#mbox-cells = <2>;
|
||||
fsl,mu-side-b;
|
||||
power-domains = <&pd IMX_SC_R_MU_8B>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&lsio_gpio0 {
|
||||
compatible = "fsl,imx8qm-gpio", "fsl,imx35-gpio";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user