zephyr/dts/bindings/test/vnd,string-token.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

15 lines
256 B
YAML

# Copyright (c) 2022 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
description: Test string token property container
compatible: "vnd,string-token"
properties:
val:
type: string
enum:
- token_zero
- token_one
- token_two