Lines Matching refs:interrupt
11 The GPIO module usually is connected to the SoC's internal interrupt
12 controller, see bindings/interrupt-controller/interrupts.txt (the
13 interrupt client nodes section) for details how to specify this GPIO
14 module's interrupt.
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
34 - interrupt-controller: Empty boolean property which marks the GPIO
36 - #interrupt-cells: Should be two. Defines the number of integer
37 cells required to specify an interrupt within
38 this interrupt controller. The first cell
51 interrupt-parent = <&ipic>;
54 interrupt-controller;
55 #interrupt-cells = <2>;
62 interrupt-parent = <&ipic>;
72 interrupt-parent = <&gpio1>;