Lines Matching +full:gcc +full:- +full:sm8350
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,sm8250-qce
48 - qcom,sm8350-qce
49 - qcom,sm8450-qce
50 - qcom,sm8550-qce
51 - const: qcom,sm8150-qce
52 - const: qcom,qce
61 clock-names:
76 interconnect-names:
81 - description: DMA specifiers for rx dma channel.
82 - description: DMA specifiers for tx dma channel.
84 dma-names:
86 - const: rx
87 - const: tx
90 - if:
95 - qcom,crypto-v5.1
96 - qcom,crypto-v5.4
97 - qcom,ipq6018-qce
98 - qcom,ipq8074-qce
99 - qcom,msm8996-qce
100 - qcom,sdm845-qce
105 clock-names:
107 - const: iface
108 - const: bus
109 - const: core
111 - clocks
112 - clock-names
114 - if:
119 - qcom,qcm2290-qce
120 - qcom,sm6115-qce
125 clock-names:
127 - const: core
129 - clocks
130 - clock-names
133 - compatible
134 - reg
135 - dmas
136 - dma-names
141 - |
142 #include <dt-bindings/clock/qcom,gcc-apq8084.h>
143 crypto-engine@fd45a000 {
144 compatible = "qcom,ipq6018-qce", "qcom,ipq4019-qce", "qcom,qce";
146 clocks = <&gcc GCC_CE2_AHB_CLK>,
147 <&gcc GCC_CE2_AXI_CLK>,
148 <&gcc GCC_CE2_CLK>;
149 clock-names = "iface", "bus", "core";
151 dma-names = "rx", "tx";