Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b95d68d1 authored by Zhen Kong's avatar Zhen Kong
Browse files

bindings: Add device-tree bindings for qtee_shmbridge driver

Add device-tree bindings documentation describing the
properties for QTI trusted execution environment shared memory
bridge driver.

Change-Id: I5ffeebf162094ac3c5bf75504b1ae533997e94dc
parent fb653069
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
%YAML 1.2
---
$id: "http://devicetree.org/schemas/soc/qcom/qcom,tee-shared-memory-bridge.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"

title: Qualcomm Technologies, Inc. Trusted execution environment shared memory bridge binding

maintainers:
  - Zhen Kong <zkong@quicinc.com>

description: |

QTEE shared memory bridge driver is used to share memory between non-secure
world and trustzone through shared memory bridge.

properties:
  compatible:
    items:
      - const: qcom,tee-shared-memory-bridge

required:
  - compatible

examples:
  - |
    qtee_shmbridge {
        compatible = "qcom,tee-shared-memory-bridge";
    };