Back to home page

OSCL-LXR

 
 

    


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