1a03965edSAnsuel Smith# SPDX-License-Identifier: GPL-2.0-only
2a03965edSAnsuel Smith%YAML 1.2
3a03965edSAnsuel Smith---
4a03965edSAnsuel Smith$id: http://devicetree.org/schemas/clock/qcom,gcc-other.yaml#
5a03965edSAnsuel Smith$schema: http://devicetree.org/meta-schemas/core.yaml#
6a03965edSAnsuel Smith
7ece3c319SKrzysztof Kozlowskititle: Qualcomm Global Clock & Reset Controller
8a03965edSAnsuel Smith
9a03965edSAnsuel Smithmaintainers:
10a03965edSAnsuel Smith  - Stephen Boyd <sboyd@kernel.org>
11*60838878STaniya Das  - Taniya Das <quic_tdas@quicinc.com>
12a03965edSAnsuel Smith
13adbf85aaSAnsuel Smithdescription: |
14ece3c319SKrzysztof Kozlowski  Qualcomm global clock control module provides the clocks, resets and power
15ece3c319SKrzysztof Kozlowski  domains.
16a03965edSAnsuel Smith
17ece3c319SKrzysztof Kozlowski  See also::
18ece3c319SKrzysztof Kozlowski    include/dt-bindings/clock/qcom,gcc-ipq6018.h
19ece3c319SKrzysztof Kozlowski    include/dt-bindings/reset/qcom,gcc-ipq6018.h
20ece3c319SKrzysztof Kozlowski    include/dt-bindings/clock/qcom,gcc-msm8953.h
21ece3c319SKrzysztof Kozlowski    include/dt-bindings/clock/qcom,gcc-mdm9607.h
22ece3c319SKrzysztof Kozlowski    include/dt-bindings/clock/qcom,gcc-mdm9615.h
23ece3c319SKrzysztof Kozlowski    include/dt-bindings/reset/qcom,gcc-mdm9615.h
24a03965edSAnsuel Smith
25a03965edSAnsuel SmithallOf:
26ece3c319SKrzysztof Kozlowski  - $ref: qcom,gcc.yaml#
27a03965edSAnsuel Smith
28a03965edSAnsuel Smithproperties:
29a03965edSAnsuel Smith  compatible:
30a03965edSAnsuel Smith    enum:
31a03965edSAnsuel Smith      - qcom,gcc-ipq6018
32a03965edSAnsuel Smith      - qcom,gcc-mdm9607
33a03965edSAnsuel Smith      - qcom,gcc-mdm9615
34a03965edSAnsuel Smith
35a03965edSAnsuel Smithrequired:
36a03965edSAnsuel Smith  - compatible
37a03965edSAnsuel Smith
38a03965edSAnsuel SmithunevaluatedProperties: false
39a03965edSAnsuel Smith
40a03965edSAnsuel Smithexamples:
41a03965edSAnsuel Smith  - |
42a03965edSAnsuel Smith    clock-controller@900000 {
437c9c38fcSDmitry Baryshkov      compatible = "qcom,gcc-mdm9607";
44a03965edSAnsuel Smith      reg = <0x900000 0x4000>;
45a03965edSAnsuel Smith      #clock-cells = <1>;
46a03965edSAnsuel Smith      #reset-cells = <1>;
47a03965edSAnsuel Smith      #power-domain-cells = <1>;
48a03965edSAnsuel Smith    };
49a03965edSAnsuel Smith...
50