You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
445 B
20 lines
445 B
# SPDX-License-Identifier: BSD-3-Clause |
|
# |
|
# Top level binding file (device binding) for testing |
|
# descriptions and compatible strings. |
|
|
|
description: The Thing device. |
|
|
|
compatible: "vnd,thing" |
|
|
|
include: |
|
- name: base_amend.yaml |
|
- name: thing.yaml |
|
|
|
child-binding: |
|
compatible: "vnd,thing-child" |
|
description: The Thing's child-binding. |
|
|
|
child-binding: |
|
compatible: "vnd,thing-grandchild" |
|
description: The Thing's grandchild-binding.
|
|
|