Lines Matching +full:- +full:pins
6 - compatible:
10 "qcom,msm8992-pinctrl",
11 "qcom,msm8994-pinctrl".
13 - reg:
15 Value type: <prop-encoded-array>
18 - interrupts:
20 Value type: <prop-encoded-array>
23 - interrupt-controller:
28 - #interrupt-cells:
32 in <dt-bindings/interrupt-controller/irq.h>
34 - gpio-controller:
39 - #gpio-cells:
43 in <dt-bindings/gpio/gpio.h>
45 - gpio-ranges:
49 - gpio-reserved-ranges:
53 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
56 Please refer to pinctrl-bindings.txt in this directory for details of the
62 pin, a group, or a list of pins or groups. This configuration can include the
64 parameters, such as pull-up, drive strength, etc.
79 The following generic properties as defined in pinctrl-bindings.txt are valid
82 - pins:
84 Value type: <string-array>
85 Definition: List of gpio pins affected by the properties specified in
88 Valid pins are:
89 gpio0-gpio145
90 Supports mux, bias and drive-strength
94 Supports bias and drive-strength
96 - function:
100 specified pins. Functions are only valid for gpio pins.
128 - bias-disable:
131 Definition: The specified pins should be configured as no pull.
133 - bias-pull-down:
136 Definition: The specified pins should be configured as pull down.
138 - bias-pull-up:
141 Definition: The specified pins should be configured as pull up.
143 - output-high:
146 Definition: The specified pins are configured in output mode, driven
148 Not valid for sdc pins.
150 - output-low:
153 Definition: The specified pins are configured in output mode, driven
155 Not valid for sdc pins.
157 - drive-strength:
160 Definition: Selects the drive strength for the specified pins, in mA.
166 compatible = "qcom,msm8994-pinctrl";
169 gpio-controller;
170 #gpio-cells = <2>;
171 gpio-ranges = <&msmgpio 0 0 146>;
172 interrupt-controller;
173 #interrupt-cells = <2>;
177 pins = "gpio4", "gpio5";
181 pins = "gpio4", "gpio5";
182 drive-strength = <16>;
183 bias-disable;