child-binding.yaml 392 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: BSD-3-Clause
  2. description: child-binding test
  3. compatible: "top-binding"
  4. child-binding:
  5. description: child node
  6. properties:
  7. child-prop:
  8. type: int
  9. required: true
  10. child-binding:
  11. description: grandchild node
  12. properties:
  13. grandchild-prop:
  14. type: int
  15. required: true