1 Ingenic SoC Interrupt Controller
5 - compatible : should be "ingenic,<socname>-intc". Valid strings are:
11 - reg : Specifies base physical address and size of the registers.
12 - interrupt-controller : Identifies the node as an interrupt controller
13 - #interrupt-cells : Specifies the number of cells needed to encode an
14 interrupt source. The value shall be 1.
15 - interrupts : Specifies the CPU interrupt the controller is connected to.
19 intc: interrupt-controller@10001000 {
20 compatible = "ingenic,jz4740-intc";
21 reg = <0x10001000 0x14>;
24 #interrupt-cells = <1>;
26 interrupt-parent = <&cpuintc>;