Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / Documentation / devicetree / bindings / timer / moxa,moxart-timer.txt
1 MOXA ART timer
2
3 Required properties:
4
5 - compatible : Must be one of:
6         - "moxa,moxart-timer"
7         - "aspeed,ast2400-timer"
8 - reg : Should contain registers location and length
9 - interrupts : Should contain the timer interrupt number
10 - clocks : Should contain phandle for the clock that drives the counter
11
12 Example:
13
14         timer: timer@98400000 {
15                 compatible = "moxa,moxart-timer";
16                 reg = <0x98400000 0x42>;
17                 interrupts = <19 1>;
18                 clocks = <&coreclk>;
19         };