Lines Matching +full:lpc3220 +full:- +full:gpio
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/gpio/nxp,lpc3220-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC3220 SoC GPIO controller
10 - Animesh Agarwal <animeshagarwal28@gmail.com>
14 const: nxp,lpc3220-gpio
19 gpio-controller: true
21 '#gpio-cells':
25 0: GPIO P0
26 1: GPIO P1
27 2: GPIO P2
28 3: GPIO P3
33 - bit 0 specifies polarity (0 for normal, 1 for inverted)
36 - compatible
37 - reg
38 - gpio-controller
39 - '#gpio-cells'
44 - |
45 gpio@40028000 {
46 compatible = "nxp,lpc3220-gpio";
48 gpio-controller;
49 #gpio-cells = <3>; /* bank, pin, flags */