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
6include: base.yaml
7
8child-binding:
9  child-binding:
10    properties:
11      grandchild-prop-enum:
12        enum:
13          - OTHER_FOO
14          - OTHER_BAR
15