Lines Matching +full:q6afe +full:- +full:clocks
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8350-lpass-lpi-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
19 const: qcom,sm8350-lpass-lpi-pinctrl
23 - description: LPASS LPI TLMM Control and Status registers
24 - description: LPASS LPI MCC registers
26 clocks:
28 - description: LPASS Core voting clock
29 - description: LPASS Audio voting clock
31 clock-names:
33 - const: core
34 - const: audio
37 "-state$":
39 - $ref: "#/$defs/qcom-sm8350-lpass-state"
40 - patternProperties:
41 "-pins$":
42 $ref: "#/$defs/qcom-sm8350-lpass-state"
46 qcom-sm8350-lpass-state:
51 $ref: qcom,lpass-lpi-common.yaml#/$defs/qcom-tlmm-state
60 pattern: "^gpio([0-9]|1[0-9]|2[0-2])$"
76 - $ref: qcom,lpass-lpi-common.yaml#
79 - compatible
80 - reg
81 - clocks
82 - clock-names
87 - |
88 #include <dt-bindings/sound/qcom,q6afe.h>
91 compatible = "qcom,sm8350-lpass-lpi-pinctrl";
95 clocks = <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
97 clock-names = "core", "audio";
99 gpio-controller;
100 #gpio-cells = <2>;
101 gpio-ranges = <&lpass_tlmm 0 0 15>;