Merge "dt-bindings: buses: Add SPS (Smart Peripheral Switch) bindings for SUN"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
b9642d6a79
38
bindings/dma/sps/qcom,sps.yaml
Normal file
38
bindings/dma/sps/qcom,sps.yaml
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
$id: http://devicetree.org/schemas/dma/qcom,sps.yaml#
|
||||||
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
|
title: Qualcomm Technologies Inc BAM DMA controller
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com>
|
||||||
|
|
||||||
|
allOf:
|
||||||
|
- $ref: "qcom,bam-dma.yaml#"
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
enum:
|
||||||
|
- qcom,msm-sps
|
||||||
|
- qcom,msm-sps-4k
|
||||||
|
|
||||||
|
pipe-attr-ee:
|
||||||
|
BAM pipes are attributed to a specific EE, with
|
||||||
|
which we can know the pipes belong to apps side and can have the
|
||||||
|
error interrupts at the pipe level.
|
||||||
|
|
||||||
|
required:
|
||||||
|
- compatible
|
||||||
|
- qcom,pipe-attr-ee
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
|
examples:
|
||||||
|
|
||||||
|
qcom,sps {
|
||||||
|
compatible = "qcom,msm-sps-4k";
|
||||||
|
qcom,pipe-attr-ee;
|
||||||
|
};
|
||||||
|
...
|
Reference in New Issue
Block a user