parent.yaml 267 B

12345678910111213
  1. # SPDX-License-Identifier: BSD-3-Clause
  2. description: Parent binding
  3. compatible: "binding-include-test"
  4. include: child.yaml
  5. properties:
  6. foo:
  7. # Changed from not being required in grandchild-1.yaml
  8. required: true
  9. # Type set in grandchild