zephyr/dts/bindings/test/vnd,enum-required-false-holder.yaml
Chris Friedt 83bea9a796 dts: bindings: clean up redundant required false attributes
DTS property attributes are (by default) not required.

Explicitly specifying `required: false` is redundant.
Perhaps a warning to that effect would be useful.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-11-20 13:12:44 -05:00

17 lines
275 B
YAML

# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
description: Test enum property container
compatible: "vnd,enum-required-false-holder"
include: [base.yaml]
properties:
val:
type: string
enum:
- "zero"
- "one"
- "two"