dts: bindings: mbox: Add STM32 HSEM MBOX driver
Add a device tree binding for the new driver. Since there already exists an IPM driver using the unsharable hardware semaphore interrupt, the new driver is not added to any boards or SOCs per default to avoid compatibility problems. See #37300 for the IPM driver. Signed-off-by: Celina Sophie Kalus <hello@celinakalus.de>
This commit is contained in:
parent
051dc14bb6
commit
e1ec8f5884
1 changed files with 18 additions and 0 deletions
18
dts/bindings/mbox/st,mbox-stm32-hsem.yaml
Normal file
18
dts/bindings/mbox/st,mbox-stm32-hsem.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue