Lines Matching refs: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
28 - interrupt-parent: Phandle for the interrupt controller that
31 - gpio-controller: Marks the port as GPIO controller.
34 - interrupt-controller: Empty boolean property which marks the GPIO
35 module as an IRQ controller.
38 this interrupt controller. The first cell
45 Example of gpio-controller nodes for a MPC8347 SoC:
47 gpio1: gpio-controller@c00 {
53 gpio-controller;
54 interrupt-controller;
58 gpio2: gpio-controller@d00 {
64 gpio-controller;
67 Example of a peripheral using the GPIO module as an IRQ controller: