dts: bindings: test: add vnd,mbox-consumer
Add a new binding that should help with samples or MBOX tests by getting information from DT. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
c467db26fc
commit
2380e5fdaf
1 changed files with 15 additions and 0 deletions
15
dts/bindings/test/vnd,mbox-consumer.yaml
Normal file
15
dts/bindings/test/vnd,mbox-consumer.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright (c) 2021, Carlo Caione <ccaione@baylibre.com>
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: VND MBOX consumer
|
||||||
|
|
||||||
|
compatible: "vnd,mbox-consumer"
|
||||||
|
|
||||||
|
include: base.yaml
|
||||||
|
|
||||||
|
properties:
|
||||||
|
mboxes:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
mbox-names:
|
||||||
|
required: true
|
Loading…
Add table
Add a link
Reference in a new issue