Lines Matching +full:controller +full:- +full:number

1 Actions Semi S700 Pin Controller
3 This binding describes the pin controller found in the S700 SoC.
7 - compatible: Should be "actions,s700-pinctrl"
8 - reg: Should contain the register base address and size of
9 the pin controller.
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
19 defines the interrupt number, the second encodes
21 bindings/interrupt-controller/interrupts.txt
22 - interrupts: The interrupt outputs from the controller. There is one GPIO
23 interrupt per GPIO bank. The number of interrupts listed depends
24 on the number of GPIO banks on the SoC. The interrupts must be
27 Please refer to pinctrl-bindings.txt in this directory for details of the
31 The pin configuration nodes act as a container for an arbitrary number of
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.
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>;