From c435072c505ed5a29ba5303369c17747eb04f215 Mon Sep 17 00:00:00 2001 From: Nitin LNU Date: Tue, 12 Sep 2023 00:00:12 +0530 Subject: [PATCH] dt-bindings: Add dt binding for smcinvoke Addition of dt binding file for smcinvoke node. Change-Id: I4d1ff5c9568268e67974af29a1e940d42f9719cc Signed-off-by: Nitin LNU --- .../firmware/smcinvoke/qcom,smcinvoke.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bindings/firmware/smcinvoke/qcom,smcinvoke.yaml diff --git a/bindings/firmware/smcinvoke/qcom,smcinvoke.yaml b/bindings/firmware/smcinvoke/qcom,smcinvoke.yaml new file mode 100644 index 00000000..6dd01172 --- /dev/null +++ b/bindings/firmware/smcinvoke/qcom,smcinvoke.yaml @@ -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 + +properties: + compatible: + const: qcom,smcinvoke + +required: + - compatible + +additionalProperties: false + +examples: + - | + qcom_smcinvoke: smcinvoke@87900000 { + compatible = "qcom,smcinvoke"; + };