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