Lines Matching +full:input +full:- +full:disable
2 --------------------------------------------------------
5 - compatible : Should be "nxp,lpc1850-scu"
6 - reg : Address and length of the register set for the device
7 - clocks : Clock specifier (see clock bindings for details)
9 The lpc1850-scu driver uses the generic pin multiplexing and generic pin
10 configuration documented in pinctrl-bindings.txt.
13 - function
14 - pins
15 - bias-disable
16 - bias-pull-up
17 - bias-pull-down
18 - drive-strength
19 - input-enable
20 - input-disable
21 - input-schmitt-enable
22 - input-schmitt-disable
23 - slew-rate
26 - nxp,gpio-pin-interrupt : Assign pin to gpio pin interrupt controller
30 user manual or the pin table in the pinctrl-lpc18xx driver for supported
35 compatible = "nxp,lpc1850-scu";
39 i2c0_pins: i2c0-pins {
43 input-enable;
47 uart0_pins: uart0-pins {
51 bias-disable;
52 input-enable;
58 bias-disable;
62 gpio_joystick_pins: gpio-joystick-pins {
66 nxp,gpio-pin-interrupt = <0>;
67 input-enable;
68 bias-disable;