zephyr/dts/bindings/test/vnd,string-token.yaml

16 lines
276 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
required: false
enum:
- token_zero
- token_one
- token_two