python-devicetree/tests/test-bindings-include/include.yaml
Martí Bolívar 9b6d3893ad Synchronize with zephyr commit 018f59e46f
Snapshot to a recent zephyr main.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-04-03 16:21:28 -07:00

24 lines
399 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
description: Test file for including other bindings
compatible: include
properties:
x:
type: int
y:
type: int
z:
type: int
child-binding:
properties:
child-prop-1:
type: int
child-prop-2:
type: int
child-binding:
properties:
grandchild-prop-1:
type: int
grandchild-prop-2:
type: int