Lines Matching +full:bias +full:- +full:pull +full:- +full:down
6 - compatible:
9 Definition: must be "qcom,sdm845-pinctrl"
11 - reg:
13 Value type: <prop-encoded-array>
16 - interrupts:
18 Value type: <prop-encoded-array>
21 - interrupt-controller:
26 - #interrupt-cells:
30 in <dt-bindings/interrupt-controller/irq.h>
32 - gpio-controller:
37 - #gpio-cells:
41 in <dt-bindings/gpio/gpio.h>
43 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
46 Please refer to pinctrl-bindings.txt in this directory for details of the
54 parameters, such as pull-up, drive strength, etc.
69 The following generic properties as defined in pinctrl-bindings.txt are valid
72 - pins:
74 Value type: <string-array>
79 gpio0-gpio149
80 Supports mux, bias and drive-strength
83 Supports bias and drive-strength
85 - function:
118 - bias-disable:
121 Definition: The specified pins should be configured as no pull.
123 - bias-pull-down:
126 Definition: The specified pins should be configured as pull down.
128 - bias-pull-up:
131 Definition: The specified pins should be configured as pull up.
133 - output-high:
140 - output-low:
147 - drive-strength:
156 compatible = "qcom,sdm845-pinctrl";
159 gpio-controller;
160 #gpio-cells = <2>;
161 interrupt-controller;
162 #interrupt-cells = <2>;
164 qup9_active: qup9-active {
172 drive-strength = <2>;
173 bias-disable;