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,sc8280xp-lpass-lpi-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
19 const: qcom,sc8280xp-lpass-lpi-pinctrl
23 - description: LPASS LPI TLMM Control and Status registers
24 - description: LPASS LPI pins SLEW registers
26 clocks:
28 - description: LPASS Core voting clock
29 - description: LPASS Audio voting clock
31 clock-names:
33 - const: core
34 - const: audio
36 gpio-controller: true
38 '#gpio-cells':
40 include/dt-bindings/gpio/gpio.h
43 gpio-ranges:
48 '-pins$':
53 $ref: /schemas/pinctrl/pincfg-node.yaml
61 pattern: "^gpio([0-1]|1[0-8]])$"
75 drive-strength:
81 slew-rate:
90 bias-pull-down: true
92 bias-pull-up: true
94 bias-disable: true
96 output-high: true
98 output-low: true
101 - pins
102 - function
107 - $ref: pinctrl.yaml#
110 - compatible
111 - reg
112 - clocks
113 - clock-names
114 - gpio-controller
115 - '#gpio-cells'
116 - gpio-ranges
121 - |
122 #include <dt-bindings/sound/qcom,q6afe.h>
124 compatible = "qcom,sc8280xp-lpass-lpi-pinctrl";
127 clocks = <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
129 clock-names = "core", "audio";
130 gpio-controller;
131 #gpio-cells = <2>;
132 gpio-ranges = <&lpi_tlmm 0 0 18>;