Lines Matching +full:pinctrl +full:- +full:pin +full:- +full:array
6 - compatible:
9 Definition: must be "qcom,sc7180-pinctrl"
11 - reg:
13 Value type: <prop-encoded-array>
17 - reg-names:
19 Value type: <prop-encoded-array>
23 - interrupts:
25 Value type: <prop-encoded-array>
28 - interrupt-controller:
33 - #interrupt-cells:
36 Definition: must be 2. Specifying the pin number and flags, as defined
37 in <dt-bindings/interrupt-controller/irq.h>
39 - gpio-controller:
44 - #gpio-cells:
47 Definition: must be 2. Specifying the pin number and flags, as defined
48 in <dt-bindings/gpio/gpio.h>
50 - gpio-ranges:
52 Value type: <prop-encoded-array>
55 - gpio-reserved-ranges:
57 Value type: <prop-encoded-array>
60 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
63 Please refer to pinctrl-bindings.txt in this directory for details of the
64 common pinctrl bindings used by client devices, including the meaning of the
65 phrase "pin configuration node".
67 The pin configuration nodes act as a container for an arbitrary number of
69 pin, a group, or a list of pins or groups. This configuration can include the
70 mux function to select on those pin(s)/group(s), and various pin configuration
71 parameters, such as pull-up, drive strength, etc.
74 PIN CONFIGURATION NODES:
80 other words, a subnode that lists a mux function but no pin configuration
81 parameters implies no information about any pin configuration parameters.
82 Similarly, a pin subnode that describes a pullup parameter implies no
86 The following generic properties as defined in pinctrl-bindings.txt are valid
87 to specify in a pin configuration subnode:
89 - pins:
91 Value type: <string-array>
96 gpio0-gpio118
97 Supports mux, bias and drive-strength
101 Supports bias and drive-strength
104 Supports bias and drive-strength
106 - function:
137 - bias-disable:
142 - bias-pull-down:
147 - bias-pull-up:
152 - output-high:
159 - output-low:
166 - drive-strength:
174 tlmm: pinctrl@3500000 {
175 compatible = "qcom,sc7180-pinctrl";
179 reg-names = "west", "north", "south";
181 gpio-controller;
182 #gpio-cells = <2>;
183 gpio-ranges = <&tlmm 0 0 119>;
184 gpio-reserved-ranges = <0 4>, <106 4>;
185 interrupt-controller;
186 #interrupt-cells = <2>;