Lines Matching +full:bcm3380 +full:- +full:l2 +full:- +full:intc
1 Broadcom BCM3380-style Level 1 / Level 2 interrupt controller
6 - outputs a single interrupt signal to its interrupt controller parent
8 - contains one or more enable/status word pairs, which often appear at
11 - no atomic set/clear operations
15 - compatible: should be "brcm,bcm3380-l2-intc"
16 - reg: specifies one or more enable/status pairs, in the following format:
18 - interrupt-controller: identifies the node as an interrupt controller
19 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
21 - interrupts: specifies the interrupt line in the interrupt-parent controller
26 - brcm,irq-can-wake: if present, this means the L2 controller can be used as a
31 irq0_intc: interrupt-controller@10000020 {
32 compatible = "brcm,bcm3380-l2-intc";
35 interrupt-controller;
36 #interrupt-cells = <1>;
37 interrupt-parent = <&cpu_intc>;