xref: /linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm8250.yaml (revision ece3c3198182a13825a7f02844894ba6a03d58d1)
198394efbSTaniya Das# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
298394efbSTaniya Das%YAML 1.2
398394efbSTaniya Das---
498394efbSTaniya Das$id: http://devicetree.org/schemas/clock/qcom,gcc-sm8250.yaml#
598394efbSTaniya Das$schema: http://devicetree.org/meta-schemas/core.yaml#
698394efbSTaniya Das
7*ece3c319SKrzysztof Kozlowskititle: Qualcomm Global Clock & Reset Controller on SM8250
898394efbSTaniya Das
998394efbSTaniya Dasmaintainers:
1098394efbSTaniya Das  - Stephen Boyd <sboyd@kernel.org>
1198394efbSTaniya Das  - Taniya Das <tdas@codeaurora.org>
1298394efbSTaniya Das
1398394efbSTaniya Dasdescription: |
14*ece3c319SKrzysztof Kozlowski  Qualcomm global clock control module provides the clocks, resets and power
15*ece3c319SKrzysztof Kozlowski  domains on SM8250.
1698394efbSTaniya Das
17*ece3c319SKrzysztof Kozlowski  See also:: include/dt-bindings/clock/qcom,gcc-sm8250.h
1898394efbSTaniya Das
1998394efbSTaniya Dasproperties:
2098394efbSTaniya Das  compatible:
2198394efbSTaniya Das    const: qcom,gcc-sm8250
2298394efbSTaniya Das
2398394efbSTaniya Das  clocks:
2498394efbSTaniya Das    items:
2598394efbSTaniya Das      - description: Board XO source
2698394efbSTaniya Das      - description: Sleep clock source
2798394efbSTaniya Das
2898394efbSTaniya Das  clock-names:
2998394efbSTaniya Das    items:
3098394efbSTaniya Das      - const: bi_tcxo
3198394efbSTaniya Das      - const: sleep_clk
3298394efbSTaniya Das
3398394efbSTaniya Dasrequired:
3498394efbSTaniya Das  - compatible
3598394efbSTaniya Das  - clocks
3698394efbSTaniya Das  - clock-names
3798394efbSTaniya Das
380f71ae94SDmitry BaryshkovallOf:
390f71ae94SDmitry Baryshkov  - $ref: qcom,gcc.yaml#
400f71ae94SDmitry Baryshkov
410f71ae94SDmitry BaryshkovunevaluatedProperties: false
425be478f9SRob Herring
4398394efbSTaniya Dasexamples:
4498394efbSTaniya Das  - |
4598394efbSTaniya Das    #include <dt-bindings/clock/qcom,rpmh.h>
4698394efbSTaniya Das    clock-controller@100000 {
4798394efbSTaniya Das      compatible = "qcom,gcc-sm8250";
48fba56184SRob Herring      reg = <0x00100000 0x1f0000>;
4998394efbSTaniya Das      clocks = <&rpmhcc RPMH_CXO_CLK>,
5098394efbSTaniya Das               <&sleep_clk>;
5198394efbSTaniya Das      clock-names = "bi_tcxo", "sleep_clk";
5298394efbSTaniya Das      #clock-cells = <1>;
5398394efbSTaniya Das      #reset-cells = <1>;
5498394efbSTaniya Das      #power-domain-cells = <1>;
5598394efbSTaniya Das    };
5698394efbSTaniya Das...
57