xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/actions,owl-timer.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunActions Semi Owl Timer
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible      :  "actions,s500-timer" for S500
5*4882a593Smuzhiyun                     "actions,s700-timer" for S700
6*4882a593Smuzhiyun                     "actions,s900-timer" for S900
7*4882a593Smuzhiyun- reg             :  Offset and length of the register set for the device.
8*4882a593Smuzhiyun- interrupts      :  Should contain the interrupts.
9*4882a593Smuzhiyun- interrupt-names :  Valid names are: "2hz0", "2hz1",
10*4882a593Smuzhiyun                                      "timer0", "timer1", "timer2", "timer3"
11*4882a593Smuzhiyun                     See ../resource-names.txt
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunExample:
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun		timer@b0168000 {
16*4882a593Smuzhiyun			compatible = "actions,s500-timer";
17*4882a593Smuzhiyun			reg = <0xb0168000 0x100>;
18*4882a593Smuzhiyun			interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
19*4882a593Smuzhiyun			             <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
20*4882a593Smuzhiyun			interrupt-names = "timer0", "timer1";
21*4882a593Smuzhiyun		};
22