• Home
  • Raw
  • Download

Lines Matching +full:- +full:pins

6 - compatible:
9 Definition: must be "qcom,ipq8074-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:
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
54 Please refer to pinctrl-bindings.txt in this directory for details of the
60 pin, a group, or a list of pins or groups. This configuration can include 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
84 this subnode. Valid pins are:
85 gpio0-gpio69
87 - function:
91 specified pins. Functions are only valid for gpio pins.
118 - bias-disable:
121 Definition: The specified pins should be configured as no pull.
123 - bias-pull-down:
126 Definition: The specified pins should be configured as pull down.
128 - bias-pull-up:
131 Definition: The specified pins should be configured as pull up.
133 - output-high:
136 Definition: The specified pins are configured in output mode, driven
139 - output-low:
142 Definition: The specified pins are configured in output mode, driven
145 - drive-strength:
148 Definition: Selects the drive strength for the specified pins, in mA.
154 compatible = "qcom,ipq8074-pinctrl";
157 gpio-controller;
158 #gpio-cells = <2>;
159 gpio-ranges = <&tlmm 0 0 70>;
160 interrupt-controller;
161 #interrupt-cells = <2>;
163 uart2: uart2-default {
165 pins = "gpio23", "gpio24";
170 pins = "gpio23";
171 drive-strength = <4>;
172 bias-disable;
176 pins = "gpio24";
177 drive-strength = <2>;
178 bias-pull-up;