1# Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 HSEM MBOX
5
6compatible: "st,mbox-stm32-hsem"
7
8include: [base.yaml, mailbox-controller.yaml]
9
10properties:
11  clocks:
12    required: true
13
14  interrupts:
15    required: true
16
17mbox-cells:
18  - channel
19