1# Copyright 2024 Texas Instruments Incorporated.
2# SPDX-License-Identifier: Apache-2.0
3
4description: TI OMAP MAILBOX
5
6compatible: "ti,omap-mailbox"
7
8include: [base.yaml, mailbox-controller.yaml]
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  usr-id:
18    type: int
19    required: true
20    description: User ID for processor
21
22mbox-cells:
23  - channel
24