mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
27
bindings/soc/qcom/qcom,secure-chan-manager.yaml
Normal file
27
bindings/soc/qcom/qcom,secure-chan-manager.yaml
Normal 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";
|
||||
};
|
||||
Reference in New Issue
Block a user