Lines Matching +full:interrupt +full:- +full:driven
6 - compatible:
9 Definition: must be "qcom,msm8996-pinctrl"
11 - reg:
13 Value type: <prop-encoded-array>
16 - interrupts:
18 Value type: <prop-encoded-array>
21 - interrupt-controller:
24 Definition: identifies this node as an interrupt controller
26 - #interrupt-cells:
30 in <dt-bindings/interrupt-controller/irq.h>
32 - gpio-controller:
37 - #gpio-cells:
41 in <dt-bindings/gpio/gpio.h>
43 - gpio-ranges:
47 - gpio-reserved-ranges:
51 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
52 a general description of GPIO and interrupt bindings.
54 Please refer to pinctrl-bindings.txt in this directory for details of the
62 parameters, such as pull-up, drive strength, etc.
77 The following generic properties as defined in pinctrl-bindings.txt are valid
80 - pins:
82 Value type: <string-array>
87 gpio0-gpio149
88 Supports mux, bias and drive-strength
92 Supports bias and drive-strength
94 - function:
149 - bias-disable:
154 - bias-pull-down:
159 - bias-pull-up:
164 - output-high:
167 Definition: The specified pins are configured in output mode, driven
171 - output-low:
174 Definition: The specified pins are configured in output mode, driven
178 - drive-strength:
187 compatible = "qcom,msm8996-pinctrl";
190 gpio-controller;
191 gpio-ranges = <&tlmm 0 0 150>;
192 #gpio-cells = <2>;
193 interrupt-controller;
194 #interrupt-cells = <2>;
204 drive-strength = <2>;
205 bias-disable;