aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
blob: ad0bf7f1a7e7e47afd5fcca8ff4e0bbcfe23e47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MOXA ART timer

Required properties:

- compatible : Should be "moxa,moxart-timer"
- reg : Should contain registers location and length
- interrupts : Should contain the timer interrupt number
- clocks : Should contain phandle for the MOXA ART core clock "coreclk"

Example:

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