• Home
  • Raw
  • Download

Lines Matching +full:- +full:pins

6 - compatible:
9 Definition: must be "qcom,msm8998-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
86 Valid pins are:
87 gpio0-gpio149
88 Supports mux, bias and drive-strength
91 Supports bias and drive-strength
94 Supports bias and drive-strength
96 - function:
100 specified pins. Functions are only valid for gpio pins.
142 - bias-disable:
145 Definition: The specified pins should be configured as no pull.
147 - bias-pull-down:
150 Definition: The specified pins should be configured as pull down.
152 - bias-pull-up:
155 Definition: The specified pins should be configured as pull up.
157 - output-high:
160 Definition: The specified pins are configured in output mode, driven
162 Not valid for sdc pins.
164 - output-low:
167 Definition: The specified pins are configured in output mode, driven
169 Not valid for sdc pins.
171 - drive-strength:
174 Definition: Selects the drive strength for the specified pins, in mA.
180 compatible = "qcom,msm8998-pinctrl";
183 gpio-controller;
184 #gpio-cells = <2>;
185 gpio-ranges = <&tlmm 0 0 175>;
186 gpio-reserved-ranges = <0 4>, <81 4>;
187 interrupt-controller;
188 #interrupt-cells = <2>;
192 pins = "gpio4", "gpio5";
197 pins = "gpio4", "gpio5";
198 drive-strength = <2>;
199 bias-disable;