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

Required properties:

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

Example:

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