bindings: Add device-tree bindings for SCM driver

Add device-tree bindings documentation describing the
properties for the Secure Channel Communication (SCM) driver.

Change-Id: I1fa64f643a6be9281ef7b127506171948decc7be
This commit is contained in:
Raghavendra Rao Ananta
2019-06-24 15:55:01 -07:00
parent 4a08eae69f
commit 565736b74a

View File

@@ -0,0 +1,27 @@
%YAML 1.2
---
$id: "http://devicetree.org/schemas/soc/qcom/qcom,secure-chan-manager.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Qualcomm Technologies, Inc. Secure Channel Manager binding
maintainers:
- Raghavendra Rao Ananta <rananta@quicinc.com>
description: |
The Secure Channel Manager (SCM) driver is used to communicate with the ARMv8
secure world (EL2 and EL3).
properties:
compatible:
items:
- const: qcom,secure-chan-manager
required:
- compatible
examples:
- |
qcom_scm {
compatible = "qcom,secure-chan-manager";
};