1# SPDX-License-Identifier: BSD-3-Clause 2# 3# This binding should not try to override the "default:" value 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_propdefault.yaml 9# - invalid_grandchild_propdefault.yaml 10 11include: base.yaml 12 13properties: 14 prop-default: 15 default: 999 16