snps,archs-gfrc.txt 287 B

1234567891011121314
  1. Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
  2. - clocksource provider for SMP SoC
  3. Required properties:
  4. - compatible : should be "snps,archs-gfrc"
  5. - clocks : phandle to the source clock
  6. Example:
  7. gfrc {
  8. compatible = "snps,archs-gfrc";
  9. clocks = <&core_clk>;
  10. };