Skip to content

Commit 991eb0c

Browse files
iuliana-prodanMaureenHelm
authored andcommitted
dts: xtensa: nxp: add mailbox node
Add mailbox node used for inter-process communication. For DSP, we have a direct interrupt line to the core. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
1 parent c85d157 commit 991eb0c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

dts/xtensa/nxp/nxp_imx8.dtsi

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 NXP
2+
* Copyright 2021, 2024 NXP
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -178,4 +178,13 @@
178178
clocks = <&ccm IMX_CCM_LPUART3_CLK 0x0 0x0>;
179179
status = "disabled";
180180
};
181+
182+
mailbox0: mailbox@5d310000 {
183+
compatible = "nxp,imx-mu";
184+
reg = <0x5d310000 0x10000>;
185+
interrupt-parent = <&clic>;
186+
interrupts = <7 0 0>;
187+
rdc = <0>;
188+
status = "disabled";
189+
};
181190
};

0 commit comments

Comments
 (0)