|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
ranges = <0x00000000 0xf0000000 0x10000000>;
|
|
|
|
|
|
- cpu_intc: archs-intc@cpu {
|
|
|
+ core_intc: archs-intc@cpu {
|
|
|
compatible = "snps,archs-intc";
|
|
|
interrupt-controller;
|
|
|
#interrupt-cells = <1>;
|
|
@@ -49,7 +49,7 @@
|
|
|
reg = <0>;
|
|
|
interrupt-controller;
|
|
|
#interrupt-cells = <2>;
|
|
|
- interrupt-parent = <&cpu_intc>;
|
|
|
+ interrupt-parent = <&core_intc>;
|
|
|
interrupts = <25>;
|
|
|
};
|
|
|
};
|
|
@@ -68,7 +68,7 @@
|
|
|
arcpct0: pct {
|
|
|
compatible = "snps,archs-pct";
|
|
|
#interrupt-cells = <1>;
|
|
|
- interrupt-parent = <&cpu_intc>;
|
|
|
+ interrupt-parent = <&core_intc>;
|
|
|
interrupts = <20>;
|
|
|
};
|
|
|
};
|
|
@@ -91,7 +91,7 @@
|
|
|
compatible = "snps,dw-apb-ictl";
|
|
|
reg = < 0xe0012000 0x200 >;
|
|
|
interrupt-controller;
|
|
|
- interrupt-parent = <&cpu_intc>;
|
|
|
+ interrupt-parent = <&core_intc>;
|
|
|
interrupts = < 24 >;
|
|
|
};
|
|
|
|