2013-07-17 16:04:57 +08:00
|
|
|
MOXA ART timer
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2013-07-26 22:17:15 +08:00
|
|
|
- compatible : Must be "moxa,moxart-timer"
|
2013-07-17 16:04:57 +08:00
|
|
|
- reg : Should contain registers location and length
|
|
|
|
- interrupts : Should contain the timer interrupt number
|
2013-07-26 22:17:15 +08:00
|
|
|
- clocks : Should contain phandle for the clock that drives the counter
|
2013-07-17 16:04:57 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
timer: timer@98400000 {
|
|
|
|
compatible = "moxa,moxart-timer";
|
|
|
|
reg = <0x98400000 0x42>;
|
|
|
|
interrupts = <19 1>;
|
2013-07-19 19:12:59 +08:00
|
|
|
clocks = <&coreclk>;
|
2013-07-17 16:04:57 +08:00
|
|
|
};
|