Lines Matching +full:interrupt +full:- +full:driven
6 - compatible:
9 Definition: must be "qcom,qcs404-pinctrl"
11 - reg:
13 Value type: <prop-encoded-array>
17 - reg-names:
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:
54 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
55 a general description of GPIO and interrupt bindings.
57 Please refer to pinctrl-bindings.txt in this directory for details of the
65 parameters, such as pull-up, drive strength, etc.
80 The following generic properties as defined in pinctrl-bindings.txt are valid
83 - pins:
85 Value type: <string-array>
90 gpio0-gpio119
91 Supports mux, bias and drive-strength
95 Supports bias and drive-strength
98 Supports bias and drive-strength
100 - function:
150 - bias-disable:
155 - bias-pull-down:
160 - bias-pull-up:
165 - output-high:
168 Definition: The specified pins are configured in output mode, driven
172 - output-low:
175 Definition: The specified pins are configured in output mode, driven
179 - drive-strength:
188 compatible = "qcom,qcs404-pinctrl";
192 reg-names = "south", "north", "east";
194 gpio-controller;
195 #gpio-cells = <2>;
196 gpio-ranges = <&tlmm 0 0 120>;
197 interrupt-controller;
198 #interrupt-cells = <2>;