Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / altr,timer-1.0.txt
blobe698e348873567adf2ab39bd2040a9144347ec68
1 Altera Timer
3 Required properties:
5 - compatible : should be "altr,timer-1.0"
6 - reg : Specifies base physical address and size of the registers.
7 - interrupts : Should contain the timer interrupt number
8 - clock-frequency : The frequency of the clock that drives the counter, in Hz.
10 Example:
12 timer {
13         compatible = "altr,timer-1.0";
14         reg = <0x00400000 0x00000020>;
15         interrupt-parent = <&cpu>;
16         interrupts = <11>;
17         clock-frequency = <125000000>;