xref: /freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6dsp-lpass-clocks.yaml (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
4*f126890aSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/qcom,q6dsp-lpass-clocks.yaml#
5*f126890aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
78bab661aSEmmanuel Vadottitle: Qualcomm DSP LPASS Clock Controller
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotdescription: |
138cc087a1SEmmanuel Vadot  This binding describes the Qualcomm DSP Clock Controller
148cc087a1SEmmanuel Vadot
158cc087a1SEmmanuel Vadotproperties:
168cc087a1SEmmanuel Vadot  compatible:
178cc087a1SEmmanuel Vadot    enum:
188cc087a1SEmmanuel Vadot      - qcom,q6afe-clocks
198cc087a1SEmmanuel Vadot      - qcom,q6prm-lpass-clocks
208cc087a1SEmmanuel Vadot
218cc087a1SEmmanuel Vadot  '#clock-cells':
228cc087a1SEmmanuel Vadot    const: 2
238cc087a1SEmmanuel Vadot    description:
248cc087a1SEmmanuel Vadot      Clock Id is followed by clock coupling attributes.
258cc087a1SEmmanuel Vadot        1 = for no coupled clock
268cc087a1SEmmanuel Vadot        2 = for dividend of the coupled clock
278cc087a1SEmmanuel Vadot        3 = for divisor of the coupled clock
288cc087a1SEmmanuel Vadot        4 = for inverted and no couple clock
298cc087a1SEmmanuel Vadot
308cc087a1SEmmanuel Vadotrequired:
318cc087a1SEmmanuel Vadot  - compatible
328cc087a1SEmmanuel Vadot  - "#clock-cells"
338cc087a1SEmmanuel Vadot
348cc087a1SEmmanuel VadotadditionalProperties: false
358cc087a1SEmmanuel Vadot
368cc087a1SEmmanuel Vadotexamples:
378cc087a1SEmmanuel Vadot  - |
387ef62cebSEmmanuel Vadot    clock-controller {
398cc087a1SEmmanuel Vadot        compatible = "qcom,q6afe-clocks";
408cc087a1SEmmanuel Vadot        #clock-cells = <2>;
418cc087a1SEmmanuel Vadot    };
42