3 Android Goldfish programmable interrupt device used by Android
8 - compatible : should contain "google,goldfish-pic"
9 - reg : <registers mapping>
10 - interrupts : <interrupt mapping>
12 Example for mips when used in cascade mode:
15 #interrupt-cells = <0x1>;
18 compatible = "mti,cpu-interrupt-controller";
21 interrupt-controller@1f000000 {
22 compatible = "google,goldfish-pic";
23 reg = <0x1f000000 0x1000>;
26 #interrupt-cells = <0x1>;
28 interrupt-parent = <&cpuintc>;