zephyr/scripts/dts/test-bindings/deprecated.yaml

37 lines
719 B
YAML

# 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:
foos:
type: phandle-array
required: true
# Deprecated older catch-all version of *-cells
"#cells":
- foo
- bar