Lines Matching refs:interrupt
1 Broadcom BCM3380-style Level 1 / Level 2 interrupt controller
3 This interrupt controller shows up in various forms on many BCM338x/BCM63xx
6 - outputs a single interrupt signal to its interrupt controller parent
18 - interrupt-controller: identifies the node as an interrupt controller
19 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
21 - interrupt-parent: specifies the phandle to the parent interrupt controller
23 - interrupts: specifies the interrupt line in the interrupt-parent controller
24 node, valid values depend on the type of parent interrupt controller
33 irq0_intc: interrupt-controller@10000020 {
37 interrupt-controller;
38 #interrupt-cells = <1>;
39 interrupt-parent = <&cpu_intc>;