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

6 - compatible:
9 Definition: must be "qcom,msm8976-pinctrl"
11 - reg:
13 Value type: <prop-encoded-array>
16 - interrupts:
18 Value type: <prop-encoded-array>
21 - interrupt-controller:
26 - #interrupt-cells:
29 Definition: must be 2. Specifying the pin number and flags, as defined
30 in <dt-bindings/interrupt-controller/irq.h>
32 - gpio-controller:
37 - #gpio-cells:
40 Definition: must be 2. Specifying the pin number and flags, as defined
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
55 common pinctrl bindings used by client devices, including the meaning of the
56 phrase "pin configuration node".
58 The pin configuration nodes act as a container for an arbitrary number of
60 pin, a group, or a list of pins or groups. This configuration can include the
61 mux function to select on those pin(s)/group(s), and various pin configuration
62 parameters, such as pull-up, drive strength, etc.
65 PIN CONFIGURATION NODES:
71 other words, a subnode that lists a mux function but no pin configuration
72 parameters implies no information about any pin configuration parameters.
73 Similarly, a pin subnode that describes a pullup parameter implies no
77 The following generic properties as defined in pinctrl-bindings.txt are valid
78 to specify in a pin configuration subnode:
80 - pins:
82 Value type: <string-array>
87 gpio0-gpio145
88 Supports mux, bias and drive-strength
93 Supports bias and drive-strength
95 - function:
124 - bias-disable:
129 - bias-pull-down:
134 - bias-pull-up:
139 - output-high:
146 - output-low:
153 - drive-strength:
161 tlmm: pinctrl@1000000 {
162 compatible = "qcom,msm8976-pinctrl";
165 gpio-controller;
166 #gpio-cells = <2>;
167 gpio-ranges = <&tlmm 0 0 145>;
168 interrupt-controller;
169 #interrupt-cells = <2>;
179 drive-strength = <2>;
180 bias-disable;