Lines Matching +full:- +full:pins
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
52 pin, a group, or a list of pins or groups. This configuration can include 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>
75 Definition: List of gpio pins affected by the properties specified in
78 Valid pins are:
79 gpio0-gpio149
80 Supports mux, bias and drive-strength
83 Supports bias and drive-strength
85 - function:
89 specified pins. Functions are only valid for gpio pins.
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:
136 Definition: The specified pins are configured in output mode, driven
138 Not valid for sdc pins.
140 - output-low:
143 Definition: The specified pins are configured in output mode, driven
145 Not valid for sdc pins.
147 - drive-strength:
150 Definition: Selects the drive strength for the specified pins, in mA.
156 compatible = "qcom,sdm845-pinctrl";
159 gpio-controller;
160 #gpio-cells = <2>;
161 interrupt-controller;
162 #interrupt-cells = <2>;
164 qup9_active: qup9-active {
166 pins = "gpio4", "gpio5";
171 pins = "gpio4", "gpio5";
172 drive-strength = <2>;
173 bias-disable;