Lines Matching refs:interrupt
14 GPIO bank can have one of the two possible types of interrupt-wirings.
16 First type is via irqmux, single interrupt is used by multiple gpio banks. This
26 Second type has a dedicated interrupt per gpio bank.
44 - interrupts : Interrupt number of the irqmux. If the interrupt is shared
59 interrupt wired up for this gpio bank.
61 - interrupt-controller : Indicates this device is a interrupt controller. GPIO
62 bank can be an interrupt controller iff one of the interrupt type either via
63 irqmux or a dedicated interrupt per bank is specified.
65 - #interrupt-cells: the value of this property should be 2.
66 - First Cell: represents the external gpio interrupt number local to the
67 gpio interrupt space of the controller.
68 - Second Cell: flags to identify the type of the interrupt
75 include/dt-bindings/interrupt-controller/irq.h
86 interrupt-names = "irqmux";
92 interrupt-controller;
93 #interrupt-cells = <2>;
165 interrupt-parent = <&PIO3>;
166 #interrupt-cells = <2>;
168 interrupt-names = "card-detect";