Lines Matching +full:bias +full:- +full:pull +full:- +full:down
6 - compatible:
9 Definition: must be "qcom,mdm9615-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 - gpio-ranges:
47 - gpio-reserved-ranges:
51 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
54 Please refer to pinctrl-bindings.txt in this directory for details of the
62 parameters, such as pull-up, drive strength, etc.
77 The following generic properties as defined in pinctrl-bindings.txt are valid
80 - pins:
82 Value type: <string-array>
85 gpio0-gpio87
87 - function:
97 - bias-disable:
100 Definition: The specified pins should be configured as no pull.
102 - bias-pull-down:
105 Definition: The specified pins should be configured as pull down.
107 - bias-pull-up:
110 Definition: The specified pins should be configured as pull up.
112 - output-high:
118 - output-low:
124 - drive-strength:
133 compatible = "qcom,mdm9615-pinctrl";
136 gpio-controller;
137 #gpio-cells = <2>;
138 gpio-ranges = <&msmgpio 0 0 88>;
139 interrupt-controller;
140 #interrupt-cells = <2>;
143 gsbi8_uart: gsbi8-uart {
151 drive-strength = <4>;
152 bias-disable;
157 drive-strength = <2>;
158 bias-pull-up;