Lines Matching +full:gcc +full:- +full:sc7180
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-sc7180.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Global Clock & Reset Controller on SC7180
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <quic_tdas@quicinc.com>
15 domains on SC7180.
17 See also:: include/dt-bindings/clock/qcom,gcc-sc7180.h
21 const: qcom,gcc-sc7180
25 - description: Board XO source
26 - description: Board active XO source
27 - description: Sleep clock source
29 clock-names:
31 - const: bi_tcxo
32 - const: bi_tcxo_ao
33 - const: sleep_clk
35 power-domains:
37 - description: CX domain
40 - compatible
41 - clocks
42 - clock-names
43 - '#power-domain-cells'
46 - $ref: qcom,gcc.yaml#
51 - |
52 #include <dt-bindings/clock/qcom,rpmh.h>
53 #include <dt-bindings/power/qcom-rpmpd.h>
55 clock-controller@100000 {
56 compatible = "qcom,gcc-sc7180";
61 clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk";
62 power-domains = <&rpmhpd SC7180_CX>;
63 #clock-cells = <1>;
64 #reset-cells = <1>;
65 #power-domain-cells = <1>;