Lines Matching +full:- +full:pinfunc
7 - compatible:
8 "atmel,sama5d2-pinctrl"
9 "microchip,sama7g5-pinctrl"
10 - reg: base address and length of the PIO controller.
11 - interrupts: interrupt outputs from the controller, one for each bank.
12 - interrupt-controller: mark the device node as an interrupt controller.
13 - #interrupt-cells: should be two.
14 - gpio-controller: mark the device node as a gpio controller.
15 - #gpio-cells: should be two.
17 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
20 Please refer to pinctrl-bindings.txt in this directory for details of the
33 - pinmux: integer array. Each integer represents a pin number plus mux and
34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
38 - GENERIC_PINCONFIG: generic pinconfig options to use:
39 - bias-disable, bias-pull-down, bias-pull-up, drive-open-drain,
40 input-schmitt-enable, input-debounce, output-low, output-high.
41 - for microchip,sama7g5-pinctrl only:
42 - slew-rate: 0 - disabled, 1 - enabled (default)
43 - atmel,drive-strength: 0 or 1 for low drive, 2 for medium drive and 3 for
48 #include <sama5d2-pinfunc.h>
53 compatible = "atmel,sama5d2-pinctrl";
59 interrupt-controller;
60 #interrupt-cells = <2>;
61 gpio-controller;
62 #gpio-cells = <2>;
68 bias-disable;
74 bias-pull-up;
75 atmel,drive-strength = <ATMEL_PIO_DRVSTR_ME>;
85 bias-pull-up;
91 bias-disable;