Lines Matching +full:sub +full:- +full:controllers

3 Please refer to pinctrl-bindings.txt, ../gpio/gpio.txt, and
4 ../interrupt-controller/interrupts.txt for generic information regarding
8 - compatible: should be one of :
19 - reg: The I2C slave address for this device.
21 - #gpio-cells: Should be 2. The first cell is the GPIO number and the
25 - gpio-controller: Marks the device as a GPIO controller.
28 - interrupts: Interrupt specifier for the controllers interrupt.
30 - interrupt-controller: Marks the device as a interrupt controller.
32 - semtech,probe-reset: Will trigger a reset of the GPIO expander on probe,
38 Required properties for pin configuration sub-nodes:
39 - pins: List of pins to which the configuration applies.
41 Optional properties for pin configuration sub-nodes:
42 ----------------------------------------------------
43 - bias-disable: disable any pin bias, except the OSCIO pin
44 - bias-pull-up: pull up the pin, except the OSCIO pin
45 - bias-pull-down: pull down the pin, except the OSCIO pin
46 - bias-pull-pin-default: use pin-default pull state, except the OSCIO pin
47 - drive-push-pull: drive actively high and low
48- drive-open-drain: drive with open drain only for sx1507q, sx1508q and sx1509q and except the OSC…
49 - output-low: set the pin to output mode with low level
50 - output-high: set the pin to output mode with high level
54 i2c0gpio-expander@20{
55 #gpio-cells = <2>;
56 #interrupt-cells = <2>;
59 interrupt-parent = <&gpio_1>;
62 gpio-controller;
63 interrupt-controller;
65 pinctrl-names = "default";
66 pinctrl-0 = <&gpio1_cfg_pins>;
68 gpio1_cfg_pins: gpio1-cfg {
70 bias-pull-up;