1# SPDX-License-Identifier: BSD-3-Clause
2
3description: Test file for including other bindings
4compatible: include
5properties:
6  x:
7    type: int
8  y:
9    type: int
10  z:
11    type: int
12child-binding:
13  properties:
14    child-prop-1:
15      type: int
16    child-prop-2:
17      type: int
18
19  child-binding:
20    properties:
21      grandchild-prop-1:
22        type: int
23      grandchild-prop-2:
24        type: int
25