Lines Matching +full:gpio +full:- +full:joystick +full:- +full:pins
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/nxp,lpc1850-scu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 Not all pins support all pin generic node properties so either refer to
11 the NXP 1850/4350 user manual or the pin table in the pinctrl-lpc18xx
15 - Frank Li <Frank.Li@nxp.com>
19 const: nxp,lpc1850-scu
28 '-pins$':
37 - $ref: pincfg-node.yaml#
38 - $ref: pinmux-node.yaml#
43 nxp,gpio-pin-interrupt:
48 Assign pin to gpio pin interrupt controller
52 - compatible
53 - reg
54 - clocks
57 - $ref: pinctrl.yaml#
62 - |
63 #include <dt-bindings/clock/lpc18xx-ccu.h>
66 compatible = "nxp,lpc1850-scu";
70 gpio-joystick-pins {
71 gpio-joystick-1_cfg {
72 pins = "p9_0";
73 function = "gpio";
74 nxp,gpio-pin-interrupt = <0>;
75 input-enable;
76 bias-disable;