Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -129,5 +129,12 @@
			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>;
		} ;
	};
};