Lines Matching +full:pinctrl +full:- +full:pin +full:- +full:array

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:
31 Definition: must be 2. Specifying the pin number and flags, as defined
32 in <dt-bindings/interrupt-controller/irq.h>
34 - gpio-controller:
39 - #gpio-cells:
42 Definition: must be 2. Specifying the pin number and flags, as defined
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
57 common pinctrl bindings used by client devices, including the meaning of the
58 phrase "pin configuration node".
60 The pin configuration nodes act as a container for an arbitrary number of
62 pin, a group, or a list of pins or groups. This configuration can include the
63 mux function to select on those pin(s)/group(s), and various pin configuration
64 parameters, such as pull-up, drive strength, etc.
67 PIN CONFIGURATION NODES:
73 other words, a subnode that lists a mux function but no pin configuration
74 parameters implies no information about any pin configuration parameters.
75 Similarly, a pin subnode that describes a pullup parameter implies no
79 The following generic properties as defined in pinctrl-bindings.txt are valid
80 to specify in a pin configuration subnode:
82 - pins:
84 Value type: <string-array>
89 gpio0-gpio145
90 Supports mux, bias and drive-strength
94 Supports bias and drive-strength
96 - function:
128 - bias-disable:
133 - bias-pull-down:
138 - bias-pull-up:
143 - output-high:
150 - output-low:
157 - drive-strength:
165 msmgpio: pinctrl@fd510000 {
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>;
182 drive-strength = <16>;
183 bias-disable;