python-devicetree/tests/test-bindings-include/allow-and-blocklist.yaml
Martí Bolívar 9b6d3893ad Synchronize with zephyr commit 018f59e46f
Snapshot to a recent zephyr main.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-04-03 16:21:28 -07:00

10 lines
276 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
description: |
An include must not give both an allowlist and a blocklist.
This binding should cause an error.
compatible: allow-and-blocklist
include:
- name: include.yaml
property-blocklist: [x]
property-allowlist: [y]