Commit 2f34e0a5 authored by Michal Simek's avatar Michal Simek

arm: zynq: Add smp_twd timer

The zynq has a Cortex-A9 with the corresponding smp_twd timers. Use them.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 889faa88
......@@ -129,5 +129,12 @@ ttc1: ttc1@f8002000 {
clock-names = "cpu_1x";
clock-ranges;
};
scutimer: scutimer@f8f00600 {
interrupt-parent = <&intc>;
interrupts = < 1 13 0x301 >;
compatible = "arm,cortex-a9-twd-timer";
reg = < 0xf8f00600 0x20 >;
clocks = <&cpu_clk 1>;
} ;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment