1# SPDX-License-Identifier: BSD-3-Clause
2#
3# Top level binding file (device binding) for testing
4# descriptions and compatible strings.
5
6description: The Thing device.
7
8compatible: "vnd,thing"
9
10include:
11  - name: base_amend.yaml
12  - name: thing.yaml
13
14child-binding:
15  compatible: "vnd,thing-child"
16  description: The Thing's child-binding.
17
18  child-binding:
19    compatible: "vnd,thing-grandchild"
20    description: The Thing's grandchild-binding.
21