1# SPDX-License-Identifier: BSD-3-Clause
2#
3# Base file for testing inheritance rules applied to
4# compatible strings and bindings descriptions.
5
6description: Binding description (base).
7
8compatible: vnd,compat-desc-base
9
10child-binding:
11  description: Child-binding description (base).
12  compatible: vnd,child-compat-desc-base
13
14  child-binding:
15    description: Grandchild-binding description (base).
16    compatible: vnd,grandchild-compat-desc-base
17