Skip to content

Commit f9adbe7

Browse files
emfenddleach02
authored andcommitted
dts: imx8m_m4: add mailbox node for NXP i.MX8Mx SoCs with Cortex M4
Add a device tree node for the messaging unit found on i.MX8Mx SoCs with a Cortex M4 core. Signed-off-by: Matthias Fend <[email protected]>
1 parent 124d751 commit f9adbe7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/nxp/nxp_imx8m_m4.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,18 @@
173173
label = "UART_4";
174174
status = "disabled";
175175
};
176+
177+
mailbox0: mailbox@30ab0000 {
178+
compatible = "nxp,imx-mu";
179+
reg = <0x30ab0000 DT_SIZE_K(64)>;
180+
interrupts = <97 0>;
181+
label = "MAILBOX_0";
182+
rdc = <(RDC_DOMAIN_PERM(A7_DOMAIN_ID,\
183+
RDC_DOMAIN_PERM_RW)|\
184+
RDC_DOMAIN_PERM(M4_DOMAIN_ID,\
185+
RDC_DOMAIN_PERM_RW))>;
186+
status = "disabled";
187+
};
176188
};
177189
};
178190

0 commit comments

Comments
 (0)