Merge "dt-bindings: Add dt binding for smcinvoke"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
8e96b50796
29
bindings/firmware/smcinvoke/qcom,smcinvoke.yaml
Normal file
29
bindings/firmware/smcinvoke/qcom,smcinvoke.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
$id: http://devicetree.org/schemas/firmware/qcom,scm.yaml#
|
||||||
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
|
title: SMCInvoke driver to provide transport between TZ and Linux.
|
||||||
|
|
||||||
|
description: |
|
||||||
|
The SMCIvoke driver facilitiates the communication and data transfer between
|
||||||
|
Trust Zone and Linux OS.
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Vikas Kumar Sharma <quic_vksharma@quicinc.com>
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
const: qcom,smcinvoke
|
||||||
|
|
||||||
|
required:
|
||||||
|
- compatible
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
|
examples:
|
||||||
|
- |
|
||||||
|
qcom_smcinvoke: smcinvoke@87900000 {
|
||||||
|
compatible = "qcom,smcinvoke";
|
||||||
|
};
|
Reference in New Issue
Block a user