20 lines
394 B
YAML
20 lines
394 B
YAML
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
description: child-binding test
|
||
|
|
||
|
compatible: "child-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
|