brintos

brintos / linux-shallow public Read only

0
0
Text · 944 B · 3552c44 Raw
42 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/sound/qcom,q6dsp-lpass-clocks.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Qualcomm DSP LPASS Clock Controller8 9maintainers:10  - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>11 12description: |13  This binding describes the Qualcomm DSP Clock Controller14 15properties:16  compatible:17    enum:18      - qcom,q6afe-clocks19      - qcom,q6prm-lpass-clocks20 21  '#clock-cells':22    const: 223    description:24      Clock Id is followed by clock coupling attributes.25        1 = for no coupled clock26        2 = for dividend of the coupled clock27        3 = for divisor of the coupled clock28        4 = for inverted and no couple clock29 30required:31  - compatible32  - "#clock-cells"33 34additionalProperties: false35 36examples:37  - |38    clock-controller {39        compatible = "qcom,q6afe-clocks";40        #clock-cells = <2>;41    };42