1# Copyright (c) 2021 BrainCo Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 HSEM MAILBOX
5
6compatible: "st,stm32-hsem-mailbox"
7
8include: base.yaml
9
10properties:
11  clocks:
12    required: true
13
14  interrupts:
15    required: true
16
17  "#mbox-cells":
18    type: int
19    description: |
20      Dummy property for device tree compatibility with MBOX driver.
21
22mbox-cells:
23  - channel
24