include.yaml 399 B

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