Merge 'tip/perf/urgent' into perf/core to pick fixes
[deliverable/linux.git] / Documentation / devicetree / bindings / timer / moxa,moxart-timer.txt
CommitLineData
07862c1c
JJ
1MOXA ART timer
2
3Required properties:
4
766acb88 5- compatible : Must be "moxa,moxart-timer"
07862c1c
JJ
6- reg : Should contain registers location and length
7- interrupts : Should contain the timer interrupt number
766acb88 8- clocks : Should contain phandle for the clock that drives the counter
07862c1c
JJ
9
10Example:
11
12 timer: timer@98400000 {
13 compatible = "moxa,moxart-timer";
14 reg = <0x98400000 0x42>;
15 interrupts = <19 1>;
b662a866 16 clocks = <&coreclk>;
07862c1c 17 };
This page took 0.098875 seconds and 5 git commands to generate.