Back to home page

OSCL-LXR

 
 

    


0001 Actions Semi Owl Timer
0002 
0003 Required properties:
0004 - compatible      :  "actions,s500-timer" for S500
0005                      "actions,s700-timer" for S700
0006                      "actions,s900-timer" for S900
0007 - reg             :  Offset and length of the register set for the device.
0008 - interrupts      :  Should contain the interrupts.
0009 - interrupt-names :  Valid names are: "2hz0", "2hz1",
0010                                       "timer0", "timer1", "timer2", "timer3"
0011                      See ../resource-names.txt
0012 
0013 Example:
0014 
0015                 timer@b0168000 {
0016                         compatible = "actions,s500-timer";
0017                         reg = <0xb0168000 0x100>;
0018                         interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
0019                                      <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
0020                         interrupt-names = "timer0", "timer1";
0021                 };