1# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nordic nRF family IPC (MBOX Interprocessor Communication)
5
6compatible: "nordic,mbox-nrf-ipc"
7
8include: [base.yaml, mailbox-controller.yaml]
9
10properties:
11  tx-mask:
12    type: int
13    required: true
14    description: TX supported channels mask
15
16  rx-mask:
17    type: int
18    required: true
19    description: RX supported channels mask
20
21  interrupts:
22    required: true
23
24mbox-cells:
25  - channel
26