Lines Matching +full:mbox +full:- +full:cells
4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
19 /* Attach MBOX driver to Mailbox Unit */
20 mbox:mailbox0@5008b000 {
21 compatible = "nxp,mbox-mailbox";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
31 compatible = "vnd,mbox-consumer";
32 mboxes = <&mbox 1>, <&mbox 0>;
33 mbox-names = "tx", "rx";