Lines Matching +full:gcc +full:- +full:sm8450

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 - Bjorn Andersson <[email protected]>
11 - Konrad Dybcio <[email protected]>
20 - const: qcom,crypto-v5.1
24 - const: qcom,crypto-v5.4
28 - items:
29 - enum:
30 - qcom,ipq4019-qce
31 - qcom,sm8150-qce
32 - const: qcom,qce
34 - items:
35 - enum:
36 - qcom,ipq6018-qce
37 - qcom,ipq8074-qce
38 - qcom,ipq9574-qce
39 - qcom,msm8996-qce
40 - qcom,qcm2290-qce
41 - qcom,sdm845-qce
42 - qcom,sm6115-qce
43 - const: qcom,ipq4019-qce
44 - const: qcom,qce
46 - items:
47 - enum:
48 - qcom,qcs8300-qce
49 - qcom,sa8775p-qce
50 - qcom,sc7280-qce
51 - qcom,sm6350-qce
52 - qcom,sm8250-qce
53 - qcom,sm8350-qce
54 - qcom,sm8450-qce
55 - qcom,sm8550-qce
56 - qcom,sm8650-qce
57 - qcom,sm8750-qce
58 - const: qcom,sm8150-qce
59 - const: qcom,qce
68 clock-names:
83 interconnect-names:
88 - description: DMA specifiers for rx dma channel.
89 - description: DMA specifiers for tx dma channel.
91 dma-names:
93 - const: rx
94 - const: tx
97 - if:
102 - qcom,crypto-v5.1
103 - qcom,crypto-v5.4
104 - qcom,ipq6018-qce
105 - qcom,ipq8074-qce
106 - qcom,ipq9574-qce
107 - qcom,msm8996-qce
108 - qcom,sdm845-qce
113 clock-names:
115 - const: iface
116 - const: bus
117 - const: core
119 - clocks
120 - clock-names
122 - if:
127 - qcom,qcm2290-qce
128 - qcom,sm6115-qce
133 clock-names:
135 - const: core
137 - clocks
138 - clock-names
140 - if:
145 - qcom,sm8150-qce
149 clock-names: false
152 - compatible
153 - reg
154 - dmas
155 - dma-names
160 - |
161 #include <dt-bindings/clock/qcom,gcc-apq8084.h>
162 crypto-engine@fd45a000 {
163 compatible = "qcom,ipq6018-qce", "qcom,ipq4019-qce", "qcom,qce";
165 clocks = <&gcc GCC_CE2_AHB_CLK>,
166 <&gcc GCC_CE2_AXI_CLK>,
167 <&gcc GCC_CE2_CLK>;
168 clock-names = "iface", "bus", "core";
170 dma-names = "rx", "tx";