Lines Matching refs:interrupt
9 - interrupts : Should be the port interrupt shared by all gpio pins.
11 gpio1 and gpio_mux. There're only one gpio interrupt in arch-mmp,
13 - interrupt-names : Should be the names of irq resources. Each interrupt
14 uses its own interrupt name, so there should be as many interrupt names
16 - interrupt-controller : Identifies the node as an interrupt controller.
17 - #interrupt-cells: Specifies the number of cells needed to encode an
18 interrupt source.
28 interrupt-names = "gpio_mux";
31 interrupt-controller;
32 #interrupt-cells = <1>;
40 interrupt-names = "gpio0", "gpio1", "gpio_mux";
44 interrupt-controller;
45 #interrupt-cells = <0x2>;