1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8994.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Global Clock & Reset Controller Binding for MSM8994
10 - Konrad Dybcio <konrad.dybcio@somainline.org>
13 Qualcomm global clock control module which supports the clocks, resets and
14 power domains on MSM8994 and MSM8992.
17 - dt-bindings/clock/qcom,gcc-msm8994.h
27 - description: Board XO source
28 - description: Sleep clock source
41 - $ref: qcom,gcc.yaml#
43 unevaluatedProperties: false
47 clock-controller@300000 {
48 compatible = "qcom,gcc-msm8994";
49 reg = <0x00300000 0x90000>;
50 clocks = <&xo_board>, <&sleep_clk>;
51 clock-names = "xo", "sleep";
54 #power-domain-cells = <1>;