Back to home page

OSCL-LXR

 
 

    


0001 Oxford Semiconductor OXNAS SoCs Family RPS Timer
0002 ================================================
0003 
0004 Required properties:
0005 - compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
0006 - reg : Specifies base physical address and size of the registers.
0007 - interrupts : The interrupts of the two timers
0008 - clocks : The phandle of the timer clock source
0009 
0010 example:
0011 
0012 timer0: timer@200 {
0013         compatible = "oxsemi,ox810se-rps-timer";
0014         reg = <0x200 0x40>;
0015         clocks = <&rpsclk>;
0016         interrupts = <4 5>;
0017 };