Lines Matching +full:gcc +full:- +full:sm8250
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-sm8250.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Global Clock & Reset Controller on SM8250
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <quic_tdas@quicinc.com>
15 domains on SM8250.
17 See also:: include/dt-bindings/clock/qcom,gcc-sm8250.h
21 const: qcom,gcc-sm8250
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
36 - compatible
37 - clocks
38 - clock-names
39 - '#power-domain-cells'
42 - $ref: qcom,gcc.yaml#
47 - |
48 #include <dt-bindings/clock/qcom,rpmh.h>
49 clock-controller@100000 {
50 compatible = "qcom,gcc-sm8250";
55 clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk";
56 #clock-cells = <1>;
57 #reset-cells = <1>;
58 #power-domain-cells = <1>;