Lines Matching +full:ipq9574 +full:- +full:gcc

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,sm8250-qce
49 - qcom,sm8350-qce
50 - qcom,sm8450-qce
51 - qcom,sm8550-qce
52 - qcom,sm8650-qce
53 - const: qcom,sm8150-qce
54 - const: qcom,qce
63 clock-names:
78 interconnect-names:
83 - description: DMA specifiers for rx dma channel.
84 - description: DMA specifiers for tx dma channel.
86 dma-names:
88 - const: rx
89 - const: tx
92 - if:
97 - qcom,crypto-v5.1
98 - qcom,crypto-v5.4
99 - qcom,ipq6018-qce
100 - qcom,ipq8074-qce
101 - qcom,ipq9574-qce
102 - qcom,msm8996-qce
103 - qcom,sdm845-qce
108 clock-names:
110 - const: iface
111 - const: bus
112 - const: core
114 - clocks
115 - clock-names
117 - if:
122 - qcom,qcm2290-qce
123 - qcom,sm6115-qce
128 clock-names:
130 - const: core
132 - clocks
133 - clock-names
135 - if:
140 - qcom,sm8150-qce
144 clock-names: false
147 - compatible
148 - reg
149 - dmas
150 - dma-names
155 - |
156 #include <dt-bindings/clock/qcom,gcc-apq8084.h>
157 crypto-engine@fd45a000 {
158 compatible = "qcom,ipq6018-qce", "qcom,ipq4019-qce", "qcom,qce";
160 clocks = <&gcc GCC_CE2_AHB_CLK>,
161 <&gcc GCC_CE2_AXI_CLK>,
162 <&gcc GCC_CE2_CLK>;
163 clock-names = "iface", "bus", "core";
165 dma-names = "rx", "tx";