blob: 4231b522ae8af5755f0909050a839cf2f4c7aa96 [file] [log] [blame]
# SPDX-License-Identifier: BSD-3-Clause
title: Deprecated stuff
description: Deprecated stuff
# Deprecated include syntax
inherits:
!include deprecated-include.yaml
properties:
# Deprecated way of specifying the 'compatible' string
compatible:
constraint: "deprecated"
type: string-array
# Deprecated 'category' key (replaced with 'required')
required:
type: int
category: required
optional:
type: int
category: optional
# Deprecated older 'child-binding'-alike
sub-node:
properties:
child-prop:
type: int
required: true