1 BCM2836 per-CPU interrupt controller
3 The BCM2836 has a per-cpu interrupt controller for the timer, PMU
4 events, and SMP IPIs. One of the CPUs may receive interrupts for the
5 peripheral (GPU) events, which chain to the BCM2835-style interrupt
10 - compatible: Should be "brcm,bcm2836-l1-intc"
11 - reg: Specifies base physical address and size of the
13 - interrupt-controller: Identifies the node as an interrupt controller
14 - #interrupt-cells: Specifies the number of cells needed to encode an
15 interrupt source. The value shall be 1
17 Please refer to interrupts.txt in this directory for details of the common
18 Interrupt Controllers bindings used by client devices.
20 The interrupt sources are as follows:
31 local_intc: local_intc {
32 compatible = "brcm,bcm2836-l1-intc";
33 reg = <0x40000000 0x100>;
35 #interrupt-cells = <1>;
36 interrupt-parent = <&local_intc>;