Lines Matching +full:gpio +full:- +full:controller
1 CSR SiRFatlas7 GPIO controller bindings
4 - compatible : "sirf,atlas7-gpio"
5 - reg : Address range of the pinctrl registers
6 - interrupts : Interrupts used by every GPIO group
7 - gpio-banks : How many gpio banks on this controller
8 - gpio-controller : Indicates this device is a GPIO controller
9 - interrupt-controller : Marks the device node as an interrupt controller
11 The GPIO controller also acts as an interrupt controller. It uses the default
13 interrupt-controller/interrupts.txt.
18 compatible = "sirf,atlas7-gpio";
22 #gpio-cells = <2>;
23 #interrupt-cells = <2>;
25 gpio-controller;
26 interrupt-controller;
28 gpio-banks = <2>;
29 gpio-ranges = <&pinctrl 0 0 0>,
31 gpio-ranges-group-names = "lvds_gpio_grp",
36 compatible = "gpio-leds";
49 Please refer to gpio.txt in this directory for details of the common
50 gpio properties used by devices.