Add DT entry to enable the memory onject support for smcinvoke. Change-Id: I87b62b048e94e2aad2a8329b275bbd8d75ae6cc7 Signed-off-by: Amirreza Zarrabi <quic_azarrabi@quicinc.com>
30 lines
675 B
YAML
30 lines
675 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/firmware/qcom,mem-object.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. Trusted execution environment memory object
|
|
|
|
description: |
|
|
QTEE can shared memory over smcinvoke. This interface allows client to create
|
|
a memory object that can be shared with QTEE.
|
|
|
|
maintainers:
|
|
- Amirreza Zarrabi <quic_azarrabi@quicinc.com>
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,mem-object
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
qcom_mem_object {
|
|
compatible = "qcom,mem-object";
|
|
};
|