mirror of https://gitee.com/openkylin/linux.git
18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
|
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 APB clock "clkapb"
|
||
|
|
||
|
Example:
|
||
|
|
||
|
timer: timer@98400000 {
|
||
|
compatible = "moxa,moxart-timer";
|
||
|
reg = <0x98400000 0x42>;
|
||
|
interrupts = <19 1>;
|
||
|
clocks = <&clkapb>;
|
||
|
};
|