Lines Matching +full:interrupt +full:- +full:driven

6 - compatible:
9 Definition: must be "qcom,sm8150-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:
31 Definition: identifies this node as an interrupt controller
33 - #interrupt-cells:
37 in <dt-bindings/interrupt-controller/irq.h>
39 - gpio-controller:
44 - #gpio-cells:
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
61 a general description of GPIO and interrupt bindings.
63 Please refer to pinctrl-bindings.txt in this directory for details of the
71 parameters, such as pull-up, drive strength, etc.
86 The following generic properties as defined in pinctrl-bindings.txt are valid
89 - pins:
91 Value type: <string-array>
96 gpio0-gpio149
97 Supports mux, bias and drive-strength
101 Supports bias and drive-strength
104 Supports bias and drive-strength
106 - function:
139 - bias-disable:
144 - bias-pull-down:
149 - bias-pull-up:
154 - output-high:
157 Definition: The specified pins are configured in output mode, driven
161 - output-low:
164 Definition: The specified pins are configured in output mode, driven
168 - drive-strength:
177 compatible = "qcom,sm8150-pinctrl";
182 reg-names = "west", "east", "north", "south";
184 gpio-controller;
185 #gpio-cells = <2>;
186 gpio-ranges = <&tlmm 0 0 175>;
187 gpio-reserved-ranges = <0 4>, <126 4>;
188 interrupt-controller;
189 #interrupt-cells = <2>;