Lines Matching +full:pinctrl +full:- +full:pin +full:- +full:array
6 - compatible:
9 Definition: must be "qcom,sdm660-pinctrl" or
10 "qcom,sdm630-pinctrl".
12 - reg:
14 Value type: <prop-encoded-array>
18 - reg-names:
24 - interrupts:
26 Value type: <prop-encoded-array>
29 - interrupt-controller:
34 - #interrupt-cells:
37 Definition: must be 2. Specifying the pin number and flags, as defined
38 in <dt-bindings/interrupt-controller/irq.h>
40 - gpio-controller:
45 - gpio-ranges:
47 Value type: <prop-encoded-array>
49 pin-controller pins.
51 - #gpio-cells:
54 Definition: must be 2. Specifying the pin number and flags, as defined
55 in <dt-bindings/gpio/gpio.h>
57 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
60 Please refer to pinctrl-bindings.txt in this directory for details of the
61 common pinctrl bindings used by client devices, including the meaning of the
62 phrase "pin configuration node".
64 The pin configuration nodes act as a container for an arbitrary number of
66 pin, a group, or a list of pins or groups. This configuration can include the
67 mux function to select on those pin(s)/group(s), and various pin configuration
68 parameters, such as pull-up, drive strength, etc.
71 PIN CONFIGURATION NODES:
77 other words, a subnode that lists a mux function but no pin configuration
78 parameters implies no information about any pin configuration parameters.
79 Similarly, a pin subnode that describes a pullup parameter implies no
83 The following generic properties as defined in pinctrl-bindings.txt are valid
84 to specify in a pin configuration subnode:
86 - pins:
88 Value type: <string-array>
91 gpio0-gpio113,
92 Supports mux, bias and drive-strength
94 Supports bias and drive-strength
96 - function:
142 - bias-disable:
147 - bias-pull-down:
152 - bias-pull-up:
157 - output-high:
164 - output-low:
171 - drive-strength:
179 tlmm: pinctrl@3100000 {
180 compatible = "qcom,sdm660-pinctrl";
184 reg-names = "south", "center", "north";
186 gpio-controller;
187 gpio-ranges = <&tlmm 0 0 114>;
188 #gpio-cells = <2>;
189 interrupt-controller;
190 #interrupt-cells = <2>;