From 2380e5fdaf4fb370d8ae9af88ef7e016c8e08bad Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 23 Feb 2024 11:24:29 +0100 Subject: [PATCH] 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 --- dts/bindings/test/vnd,mbox-consumer.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dts/bindings/test/vnd,mbox-consumer.yaml diff --git a/dts/bindings/test/vnd,mbox-consumer.yaml b/dts/bindings/test/vnd,mbox-consumer.yaml new file mode 100644 index 00000000000..84dd076c5c4 --- /dev/null +++ b/dts/bindings/test/vnd,mbox-consumer.yaml @@ -0,0 +1,15 @@ +# Copyright (c) 2021, Carlo Caione +# 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