Lines Matching +full:gcc +full:- +full:sc7180
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sc7180-camcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Camera Clock & Reset Controller on SC7180
10 - Taniya Das <quic_tdas@quicinc.com>
14 domains on SC7180.
16 See also:: include/dt-bindings/clock/qcom,camcc-sc7180.h
19 - $ref: qcom,gcc.yaml#
23 const: qcom,sc7180-camcc
27 - description: Board XO source
28 - description: Camera_ahb clock from GCC
29 - description: Camera XO clock from GCC
31 clock-names:
33 - const: bi_tcxo
34 - const: iface
35 - const: xo
41 - compatible
42 - clocks
43 - clock-names
48 - |
49 #include <dt-bindings/clock/qcom,gcc-sc7180.h>
50 #include <dt-bindings/clock/qcom,rpmh.h>
51 clock-controller@ad00000 {
52 compatible = "qcom,sc7180-camcc";
55 <&gcc GCC_CAMERA_AHB_CLK>,
56 <&gcc GCC_CAMERA_XO_CLK>;
57 clock-names = "bi_tcxo", "iface", "xo";
58 #clock-cells = <1>;
59 #reset-cells = <1>;
60 #power-domain-cells = <1>;