Files
PX4-Autopilot/Tools/dts/python-devicetree/tests/test-bindings/child-binding.yaml
T
2022-01-06 17:20:17 -05:00

20 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