Lines Matching +full:cpu +full:- +full:intc
1 MIPS CPU interrupt controller
3 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
13 - compatible : Should be "mti,cpu-interrupt-controller"
16 cpu-irq: cpu-irq {
17 #address-cells = <0>;
19 interrupt-controller;
20 #interrupt-cells = <1>;
22 compatible = "mti,cpu-interrupt-controller";
25 intc: intc@200 {
26 compatible = "ralink,rt2880-intc";
29 interrupt-controller;
30 #interrupt-cells = <1>;
32 interrupt-parent = <&cpu-irq>;
39 { .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_irq_of_init },
40 { .compatible = "ralink,rt2880-intc", .data = intc_of_init },