zephyr/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_multi.yaml
Benjamin Cabé 3352c402fb scripts: fix spelling of "below"
s/bellow/below/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-02-19 18:51:13 +01:00

15 lines
370 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
#
# Test consequences of inclusion order on inherited
# compatible strings and descriptions.
description: Binding description (multi).
compatible: vnd,compat-desc-multi
# Descriptions at the child-binding level and below
# will depend on inclusion order: the first wins.
include:
- compat_desc_base.yaml
- compat_desc.yaml