Snapshot to a recent zephyr main. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
24 lines
399 B
YAML
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
|