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