1 RDA Micro RDA8810PL Interrupt Controller
3 The interrupt controller in RDA8810PL SoC is a custom interrupt controller
4 which supports up to 32 interrupts.
8 - compatible: Should be "rda,8810pl-intc".
9 - reg: Specifies base physical address of the registers set.
10 - interrupt-controller: Identifies the node as an interrupt controller.
11 - #interrupt-cells: Specifies the number of cells needed to encode an
12 interrupt source. The value shall be 2.
14 The interrupt sources are as follows:
53 compatible = "simple-bus";
55 intc: interrupt-controller@0 {
56 compatible = "rda,8810pl-intc";
59 #interrupt-cells = <2>;