1# SPDX-License-Identifier: BSD-3-Clause 2# 3# Test consequences of inclusion order on inherited 4# compatible strings and descriptions. 5 6description: Binding description (multi). 7 8compatible: vnd,compat-desc-multi 9 10# Descriptions at the child-binding level and below 11# will depend on inclusion order: the first wins. 12include: 13 - compat_desc_base.yaml 14 - compat_desc.yaml 15