Lines Matching full:controller
6 Every GPIO controller node must have #gpio-cells property defined,
12 controller, see bindings/interrupt-controller/interrupts.txt (the
16 The GPIO module may serve as another interrupt controller (cascaded to
17 the SoC's internal interrupt controller). See the interrupt controller
18 nodes section in bindings/interrupt-controller/interrupts.txt for
29 - gpio-controller: Marks the port as GPIO controller.
32 - interrupt-controller: Empty boolean property which marks the GPIO
33 module as an IRQ controller.
36 this interrupt controller. The first cell
43 Example of gpio-controller nodes for a MPC8347 SoC:
45 gpio1: gpio-controller@c00 {
51 gpio-controller;
52 interrupt-controller;
56 gpio2: gpio-controller@d00 {
62 gpio-controller;
65 Example of a peripheral using the GPIO module as an IRQ controller: