Skip to content

Commit e1a6676

Browse files
oleksiimoisieievnashif
authored andcommitted
dts: bindings: Introduce device-tree bindings for OP-TEE
This introduces dts mapping description for the optee node. Signed-off-by: Oleksii Moisieiev <[email protected]>
1 parent 0fe2bfb commit e1a6676

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dts/bindings/arm/linaro,optee-tz.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright (c) 2023 EPAM Systems
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: OPTEE
5+
6+
compatible: "linaro,optee-tz"
7+
8+
include: base.yaml
9+
10+
properties:
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

0 commit comments

Comments
 (0)