child-binding-with-compat.yaml 469 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: BSD-3-Clause
  2. description: child-binding with separate compatible than the parent
  3. compatible: "top-binding-with-compat"
  4. child-binding:
  5. compatible: child-compat
  6. description: child node
  7. properties:
  8. child-prop:
  9. type: int
  10. required: true
  11. child-binding:
  12. description: grandchild node
  13. properties:
  14. grandchild-prop:
  15. type: int
  16. required: true