|
@@ -68,10 +68,14 @@
|
|
|
};
|
|
|
|
|
|
gic:interrupt-controller@10481000 {
|
|
|
- compatible = "arm,cortex-a9-gic";
|
|
|
+ compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
|
|
|
#interrupt-cells = <3>;
|
|
|
interrupt-controller;
|
|
|
- reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
|
|
|
+ reg = <0x10481000 0x1000>,
|
|
|
+ <0x10482000 0x1000>,
|
|
|
+ <0x10484000 0x2000>,
|
|
|
+ <0x10486000 0x2000>;
|
|
|
+ interrupts = <1 9 0xf04>;
|
|
|
};
|
|
|
|
|
|
combiner:interrupt-controller@10440000 {
|