zephyr/dts/bindings/test/vnd,child-bindings.yaml
Gerard Marull-Paretas b35152ed4b devicetree: add DT_INST_FOREACH_CHILD macro
The macro iterates through the list of child nodes in a DT_DRV_COMPAT
instance and invokes provided macro for each node.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2020-05-13 21:22:06 +02:00

16 lines
285 B
YAML

# Copyright (c) 2020, Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
description: Test child bindings
compatible: "vnd,child-bindings"
include: [base.yaml]
child-binding:
description: Test child binding
properties:
val:
type: int
required: true