Back to home page

OSCL-LXR

 
 

    


0001 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
0002 - clocksource provider for UP SoC
0003 
0004 Required properties:
0005 
0006 - compatible : should be "snps,archs-rtc"
0007 - clocks     : phandle to the source clock
0008 
0009 Example:
0010 
0011         rtc {
0012                 compatible = "snps,arc-rtc";
0013                 clocks = <&core_clk>;
0014         };