Lines Matching +full:gcc +full:- +full:sm8150
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/qcom,bam-dma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andy Gross <agross@kernel.org>
11 - Bjorn Andersson <andersson@kernel.org>
14 - $ref: dma-controller.yaml#
19 - enum:
21 - qcom,bam-v1.3.0
23 - qcom,bam-v1.4.0
25 - qcom,bam-v1.7.0
26 - items:
27 - enum:
28 # SDM845, SM6115, SM8150, SM8250 and QCM2290
29 - qcom,bam-v1.7.4
30 - const: qcom,bam-v1.7.0
35 clock-names:
37 - const: bam_clk
39 "#dma-cells":
45 dma-coherent: true
51 num-channels:
56 qcom,controlled-remotely:
67 Indicates the active Execution Environment identifier (0-7) used in the
70 qcom,num-ees:
76 qcom,powered-remotely:
86 - compatible
87 - "#dma-cells"
88 - interrupts
89 - qcom,ee
90 - reg
93 - required:
94 - qcom,powered-remotely
95 - required:
96 - qcom,controlled-remotely
97 - required:
98 - clocks
99 - clock-names
104 - |
105 #include <dt-bindings/interrupt-controller/arm-gic.h>
106 #include <dt-bindings/clock/qcom,gcc-msm8974.h>
108 dma-controller@f9944000 {
109 compatible = "qcom,bam-v1.4.0";
112 clocks = <&gcc GCC_BLSP2_AHB_CLK>;
113 clock-names = "bam_clk";
114 #dma-cells = <1>;