Lines Matching +full:input +full:- +full:schmitt

7 - compatible:   Should be "actions,s700-pinctrl"
8 - reg: Should contain the register base address and size of
10 - clocks: phandle of the clock feeding the pin controller
11 - gpio-controller: Marks the device node as a GPIO controller.
12 - gpio-ranges: Specifies the mapping between gpio controller and
13 pin-controller pins.
14 - #gpio-cells: Should be two. The first cell is the gpio pin number
16 - interrupt-controller: Marks the device node as an interrupt controller.
17 - #interrupt-cells: Specifies the number of cells needed to encode an
21 bindings/interrupt-controller/interrupts.txt
22 - interrupts: The interrupt outputs from the controller. There is one GPIO
27 Please refer to pinctrl-bindings.txt in this directory for details of the
35 parameters, such as pull-up, drive strength, etc.
51 The following generic properties as defined in pinctrl-bindings.txt are valid
56 - pins: An array of strings, each string containing the name of a pin.
57 These pins are used for selecting the pull control and schmitt
84 - groups: An array of strings, each string containing the name of a pin
114 - function: An array of strings, each string containing the name of the
127 - bias-pull-down: No arguments. The specified pins should be configured as
129 - bias-pull-up: No arguments. The specified pins should be configured as
131 - input-schmitt-enable: No arguments: Enable schmitt trigger for the specified
133 - input-schmitt-disable: No arguments: Disable schmitt trigger for the specified
135 - drive-strength: Integer. Selects the drive strength for the specified
146 compatible = "actions,s700-pinctrl";
149 gpio-controller;
150 gpio-ranges = <&pinctrl 0 0 136>;
151 #gpio-cells = <2>;
152 interrupt-controller;
153 #interrupt-cells = <2>;
160 uart3-default: uart3-default {
167 drive-strength = <2>;