|
@@ -249,14 +249,14 @@
|
|
timer@60000200 {
|
|
timer@60000200 {
|
|
compatible = "arm,cortex-a9-global-timer";
|
|
compatible = "arm,cortex-a9-global-timer";
|
|
reg = <0x60000200 0x20>;
|
|
reg = <0x60000200 0x20>;
|
|
- interrupts = <1 11 0x304>;
|
|
|
|
|
|
+ interrupts = <1 11 0xf04>;
|
|
clocks = <&arm_timer_clk>;
|
|
clocks = <&arm_timer_clk>;
|
|
};
|
|
};
|
|
|
|
|
|
timer@60000600 {
|
|
timer@60000600 {
|
|
compatible = "arm,cortex-a9-twd-timer";
|
|
compatible = "arm,cortex-a9-twd-timer";
|
|
reg = <0x60000600 0x20>;
|
|
reg = <0x60000600 0x20>;
|
|
- interrupts = <1 13 0x304>;
|
|
|
|
|
|
+ interrupts = <1 13 0xf04>;
|
|
clocks = <&arm_timer_clk>;
|
|
clocks = <&arm_timer_clk>;
|
|
};
|
|
};
|
|
|
|
|