Lines Matching +full:interrupt +full:- +full:driven
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:
32 Definition: identifies this node as an interrupt controller
34 - #interrupt-cells:
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:
55 in <dt-bindings/gpio/gpio.h>
57 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
58 a general description of GPIO and interrupt bindings.
60 Please refer to pinctrl-bindings.txt in this directory for details of the
68 parameters, such as pull-up, drive strength, etc.
83 The following generic properties as defined in pinctrl-bindings.txt are valid
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:
160 Definition: The specified pins are configured in output mode, driven
164 - output-low:
167 Definition: The specified pins are configured in output mode, driven
171 - drive-strength:
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>;