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/crypto/qcom-qce.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bhupesh Sharma <bhupesh.sharma@linaro.org>
19 - const: qcom,crypto-v5.1
23 - const: qcom,crypto-v5.4
27 - items:
28 - enum:
29 - qcom,ipq4019-qce
30 - qcom,sm8150-qce
31 - const: qcom,qce
33 - items:
34 - enum:
35 - qcom,ipq6018-qce
36 - qcom,ipq8074-qce
37 - qcom,ipq9574-qce
38 - qcom,msm8996-qce
39 - qcom,qcm2290-qce
40 - qcom,sdm845-qce
41 - qcom,sm6115-qce
42 - const: qcom,ipq4019-qce
43 - const: qcom,qce
45 - items:
46 - enum:
47 - qcom,sc7280-qce
48 - qcom,sm6350-qce
49 - qcom,sm8250-qce
50 - qcom,sm8350-qce
51 - qcom,sm8450-qce
52 - qcom,sm8550-qce
53 - qcom,sm8650-qce
54 - const: qcom,sm8150-qce
55 - const: qcom,qce
64 clock-names:
79 interconnect-names:
84 - description: DMA specifiers for rx dma channel.
85 - description: DMA specifiers for tx dma channel.
87 dma-names:
89 - const: rx
90 - const: tx
93 - if:
98 - qcom,crypto-v5.1
99 - qcom,crypto-v5.4
100 - qcom,ipq6018-qce
101 - qcom,ipq8074-qce
102 - qcom,ipq9574-qce
103 - qcom,msm8996-qce
104 - qcom,sdm845-qce
109 clock-names:
111 - const: iface
112 - const: bus
113 - const: core
115 - clocks
116 - clock-names
118 - if:
123 - qcom,qcm2290-qce
124 - qcom,sm6115-qce
129 clock-names:
131 - const: core
133 - clocks
134 - clock-names
136 - if:
141 - qcom,sm8150-qce
145 clock-names: false
148 - compatible
149 - reg
150 - dmas
151 - dma-names
156 - |
157 #include <dt-bindings/clock/qcom,gcc-apq8084.h>
158 crypto-engine@fd45a000 {
159 compatible = "qcom,ipq6018-qce", "qcom,ipq4019-qce", "qcom,qce";
161 clocks = <&gcc GCC_CE2_AHB_CLK>,
162 <&gcc GCC_CE2_AXI_CLK>,
163 <&gcc GCC_CE2_CLK>;
164 clock-names = "iface", "bus", "core";
166 dma-names = "rx", "tx";