mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
25 lines
399 B
YAML
25 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
|