1# Copyright (c) 2023 EPAM Systems
2# SPDX-License-Identifier: Apache-2.0
3
4description: OPTEE
5
6compatible: "linaro,optee-tz"
7
8include: base.yaml
9
10properties:
11  method:
12    type: string
13    required: true
14    description: The method of calling the OP-TEE Trusted OS.
15    enum:
16      - smc
17      - hvc
18