| # 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 |