• Home
  • Raw
  • Download

Lines Matching +full:- +full:pins

6 - compatible:
9 Definition: must be "qcom,msm8916-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-gpio121,
98 - function:
102 specified pins. Functions are only valid for gpio pins.
130 - bias-disable:
133 Definition: The specified pins should be configured as no pull.
135 - bias-pull-down:
138 Definition: The specified pins should be configured as pull down.
140 - bias-pull-up:
143 Definition: The specified pins should be configured as pull up.
145 - output-high:
148 Definition: The specified pins are configured in output mode, driven
150 Not valid for sdc pins.
152 - output-low:
155 Definition: The specified pins are configured in output mode, driven
157 Not valid for sdc pins.
159 - drive-strength:
162 Definition: Selects the drive strength for the specified pins, in mA.
168 compatible = "qcom,msm8916-pinctrl";
171 gpio-controller;
172 #gpio-cells = <2>;
173 gpio-ranges = <&tlmm 0 0 122>;
174 interrupt-controller;
175 #interrupt-cells = <2>;
177 uart2: uart2-default {
179 pins = "gpio4", "gpio5";
184 pins = "gpio4";
185 drive-strength = <4>;
186 bias-disable;
190 pins = "gpio5";
191 drive-strength = <2>;
192 bias-pull-up;