blob: f147a0c70aa0584ee87a8722ac46430b30bce114 [file] [log] [blame]
# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
description: Test enum property container
compatible: "vnd,enum-int-array-holder"
include: [base.yaml]
properties:
val:
type: array
enum:
- 7
- 6
- 5
- 4
- 3
- 2
- 1
- 0