Lines Matching +full:reset +full:- +full:source
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sc7180-gpucc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Graphics Clock & Reset Controller Binding for SC7180
10 - Taniya Das <tdas@codeaurora.org>
16 See also dt-bindings/clock/qcom,gpucc-sc7180.h.
20 const: qcom,sc7180-gpucc
24 - description: Board XO source
25 - description: GPLL0 main branch source
26 - description: GPLL0 div branch source
28 clock-names:
30 - const: bi_tcxo
31 - const: gcc_gpu_gpll0_clk_src
32 - const: gcc_gpu_gpll0_div_clk_src
34 '#clock-cells':
37 '#reset-cells':
40 '#power-domain-cells':
47 - compatible
48 - reg
49 - clocks
50 - clock-names
51 - '#clock-cells'
52 - '#reset-cells'
53 - '#power-domain-cells'
58 - |
59 #include <dt-bindings/clock/qcom,gcc-sc7180.h>
60 #include <dt-bindings/clock/qcom,rpmh.h>
61 clock-controller@5090000 {
62 compatible = "qcom,sc7180-gpucc";
67 clock-names = "bi_tcxo",
70 #clock-cells = <1>;
71 #reset-cells = <1>;
72 #power-domain-cells = <1>;