Lines Matching +full:gpio +full:- +full:reserved +full:- +full:ranges
6 - compatible:
9 Definition: must be "qcom,msm8976-pinctrl"
11 - reg:
13 Value type: <prop-encoded-array>
16 - interrupts:
18 Value type: <prop-encoded-array>
21 - interrupt-controller:
26 - #interrupt-cells:
30 in <dt-bindings/interrupt-controller/irq.h>
32 - gpio-controller:
35 Definition: identifies this node as a gpio controller
37 - #gpio-cells:
41 in <dt-bindings/gpio/gpio.h>
43 - gpio-ranges:
45 Definition: see ../gpio/gpio.txt
47 - gpio-reserved-ranges:
49 Definition: see ../gpio/gpio.txt
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>
83 Definition: List of gpio pins affected by the properties specified in
87 gpio0-gpio145
88 Supports mux, bias and drive-strength
93 Supports bias and drive-strength
95 - function:
99 specified pins. Functions are only valid for gpio pins.
102 gpio, blsp_uart1, blsp_spi1, smb_int, blsp_i2c1, blsp_spi2,
124 - bias-disable:
129 - bias-pull-down:
134 - bias-pull-up:
139 - output-high:
146 - output-low:
153 - drive-strength:
162 compatible = "qcom,msm8976-pinctrl";
165 gpio-controller;
166 #gpio-cells = <2>;
167 gpio-ranges = <&tlmm 0 0 145>;
168 interrupt-controller;
169 #interrupt-cells = <2>;
179 drive-strength = <2>;
180 bias-disable;