xref: /linux/Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml (revision d22118f005231f543ef45e17342c3eb2a71cbfe3)
18e7b71f8SGovind Singh# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
28e7b71f8SGovind Singh%YAML 1.2
38e7b71f8SGovind Singh---
48e7b71f8SGovind Singh$id: http://devicetree.org/schemas/clock/qcom,q6sstopcc.yaml#
58e7b71f8SGovind Singh$schema: http://devicetree.org/meta-schemas/core.yaml#
68e7b71f8SGovind Singh
78e7b71f8SGovind Singhtitle: Q6SSTOP clock Controller
88e7b71f8SGovind Singh
98e7b71f8SGovind Singhmaintainers:
10*d22118f0SJeffrey Hugo  - Bjorn Andersson <andersson@kernel.org>
118e7b71f8SGovind Singh
128e7b71f8SGovind Singhproperties:
138e7b71f8SGovind Singh  compatible:
14ece3c319SKrzysztof Kozlowski    const: qcom,qcs404-q6sstopcc
158e7b71f8SGovind Singh
168e7b71f8SGovind Singh  reg:
178e7b71f8SGovind Singh    items:
188e7b71f8SGovind Singh      - description: Q6SSTOP clocks register region
198e7b71f8SGovind Singh      - description: Q6SSTOP_TCSR register region
208e7b71f8SGovind Singh
218e7b71f8SGovind Singh  clocks:
228e7b71f8SGovind Singh    items:
238e7b71f8SGovind Singh      - description: ahb clock for the q6sstopCC
248e7b71f8SGovind Singh
258e7b71f8SGovind Singh  '#clock-cells':
268e7b71f8SGovind Singh    const: 1
278e7b71f8SGovind Singh
288e7b71f8SGovind Singhrequired:
298e7b71f8SGovind Singh  - compatible
308e7b71f8SGovind Singh  - reg
318e7b71f8SGovind Singh  - clocks
328e7b71f8SGovind Singh  - '#clock-cells'
338e7b71f8SGovind Singh
348e7b71f8SGovind SinghadditionalProperties: false
358e7b71f8SGovind Singh
368e7b71f8SGovind Singhexamples:
378e7b71f8SGovind Singh  - |
388e7b71f8SGovind Singh    q6sstopcc: clock-controller@7500000 {
398e7b71f8SGovind Singh      compatible = "qcom,qcs404-q6sstopcc";
408e7b71f8SGovind Singh      reg = <0x07500000 0x4e000>, <0x07550000 0x10000>;
418e7b71f8SGovind Singh      clocks = <&gcc 141>;
428e7b71f8SGovind Singh      #clock-cells = <1>;
438e7b71f8SGovind Singh    };
44