xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunRDA Micro RDA8810PL Timer
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible      :  "rda,8810pl-timer"
5*4882a593Smuzhiyun- reg             :  Offset and length of the register set for the device.
6*4882a593Smuzhiyun- interrupts      :  Should contain two interrupts.
7*4882a593Smuzhiyun- interrupt-names :  Should be "hwtimer", "ostimer".
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunExample:
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun		apb@20900000 {
12*4882a593Smuzhiyun			compatible = "simple-bus";
13*4882a593Smuzhiyun			...
14*4882a593Smuzhiyun			timer@10000 {
15*4882a593Smuzhiyun				compatible = "rda,8810pl-timer";
16*4882a593Smuzhiyun				reg = <0x10000 0x1000>;
17*4882a593Smuzhiyun				interrupts = <16 IRQ_TYPE_LEVEL_HIGH>,
18*4882a593Smuzhiyun					     <17 IRQ_TYPE_LEVEL_HIGH>;
19*4882a593Smuzhiyun				interrupt-names = "hwtimer", "ostimer";
20*4882a593Smuzhiyun			};
21