1# SPDX-License-Identifier: BSD-3-Clause 2# 3# This binding should not try to override "required: true" 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_propreq.yaml 9# - invalid_grandchild_propreq.yaml 10 11include: base.yaml 12 13properties: 14 prop-req: 15 required: false 16