python-devicetree/tests/test-bindings/child-binding.yaml
Martí Bolívar 5ab38f1157 tests: initial tests import
From zephyr commit f5409dec01c84aa8eda1830c64309abe3d5868d0.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-03-17 22:21:10 -07:00

19 lines
392 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
description: child-binding test
compatible: "top-binding"
child-binding:
description: child node
properties:
child-prop:
type: int
required: true
child-binding:
description: grandchild node
properties:
grandchild-prop:
type: int
required: true