1# SPDX-License-Identifier: BSD-3-Clause
2#
3# This binding should not try to change the "enum:" values
4# in a property specification inherited from an included file.
5#
6# Bindings, child-bindings and grandchild-bindings have
7# to be tested separately, see also:
8# - invalid_child_propenum.yaml
9# - invalid_grandchild_propenum.yaml
10
11include: base.yaml
12
13properties:
14  prop-enum:
15    enum:
16      - OTHER_FOO
17      - OTHER_BAR
18