xref: /freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8909.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
17ef62cebSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
27ef62cebSEmmanuel Vadot%YAML 1.2
37ef62cebSEmmanuel Vadot---
47ef62cebSEmmanuel Vadot$id: http://devicetree.org/schemas/clock/qcom,gcc-msm8909.yaml#
57ef62cebSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
67ef62cebSEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: Qualcomm Global Clock & Reset Controller on MSM8909
87ef62cebSEmmanuel Vadot
97ef62cebSEmmanuel Vadotmaintainers:
107ef62cebSEmmanuel Vadot  - Stephan Gerhold <stephan@gerhold.net>
117ef62cebSEmmanuel Vadot
127ef62cebSEmmanuel Vadotdescription: |
13*8bab661aSEmmanuel Vadot  Qualcomm global clock control module provides the clocks, resets and power
14*8bab661aSEmmanuel Vadot  domains on MSM8909.
157ef62cebSEmmanuel Vadot
16*8bab661aSEmmanuel Vadot  See also:: include/dt-bindings/clock/qcom,gcc-msm8909.h
177ef62cebSEmmanuel Vadot
187ef62cebSEmmanuel Vadotproperties:
197ef62cebSEmmanuel Vadot  compatible:
207ef62cebSEmmanuel Vadot    const: qcom,gcc-msm8909
217ef62cebSEmmanuel Vadot
227ef62cebSEmmanuel Vadot  clocks:
237ef62cebSEmmanuel Vadot    items:
247ef62cebSEmmanuel Vadot      - description: XO source
257ef62cebSEmmanuel Vadot      - description: Sleep clock source
267ef62cebSEmmanuel Vadot      - description: DSI phy instance 0 dsi clock
277ef62cebSEmmanuel Vadot      - description: DSI phy instance 0 byte clock
287ef62cebSEmmanuel Vadot
297ef62cebSEmmanuel Vadot  clock-names:
307ef62cebSEmmanuel Vadot    items:
317ef62cebSEmmanuel Vadot      - const: xo
327ef62cebSEmmanuel Vadot      - const: sleep_clk
337ef62cebSEmmanuel Vadot      - const: dsi0pll
347ef62cebSEmmanuel Vadot      - const: dsi0pllbyte
357ef62cebSEmmanuel Vadot
367ef62cebSEmmanuel Vadotrequired:
377ef62cebSEmmanuel Vadot  - compatible
387ef62cebSEmmanuel Vadot  - clocks
397ef62cebSEmmanuel Vadot  - clock-names
407ef62cebSEmmanuel Vadot
417ef62cebSEmmanuel VadotallOf:
427ef62cebSEmmanuel Vadot  - $ref: qcom,gcc.yaml#
437ef62cebSEmmanuel Vadot
447ef62cebSEmmanuel VadotunevaluatedProperties: false
457ef62cebSEmmanuel Vadot
467ef62cebSEmmanuel Vadotexamples:
477ef62cebSEmmanuel Vadot  - |
487ef62cebSEmmanuel Vadot    gcc: clock-controller@1800000 {
497ef62cebSEmmanuel Vadot      compatible = "qcom,gcc-msm8909";
507ef62cebSEmmanuel Vadot      reg = <0x01800000 0x80000>;
517ef62cebSEmmanuel Vadot      #clock-cells = <1>;
527ef62cebSEmmanuel Vadot      #reset-cells = <1>;
537ef62cebSEmmanuel Vadot      #power-domain-cells = <1>;
547ef62cebSEmmanuel Vadot      clocks = <&xo_board>, <&sleep_clk>, <&dsi0_phy 1>, <&dsi0_phy 0>;
557ef62cebSEmmanuel Vadot      clock-names = "xo", "sleep_clk", "dsi0pll", "dsi0pllbyte";
567ef62cebSEmmanuel Vadot    };
577ef62cebSEmmanuel Vadot...
58