19 lines
314 B
YAML
19 lines
314 B
YAML
# Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32 HSEM MBOX
|
|
|
|
compatible: "st,mbox-stm32-hsem"
|
|
|
|
include: [base.yaml, mailbox-controller.yaml]
|
|
|
|
properties:
|
|
clocks:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
mbox-cells:
|
|
- channel
|