moxa,moxart-timer.txt 451 字节
Newer Older
1 2 3 4
MOXA ART timer

Required properties:

5 6 7
- compatible : Must be one of:
 	- "moxa,moxart-timer"
 	- "aspeed,ast2400-timer"
8 9
- reg : Should contain registers location and length
- interrupts : Should contain the timer interrupt number
10
- clocks : Should contain phandle for the clock that drives the counter
11 12 13 14 15 16 17

Example:

	timer: timer@98400000 {
		compatible = "moxa,moxart-timer";
		reg = <0x98400000 0x42>;
		interrupts = <19 1>;
18
		clocks = <&coreclk>;
19
	};