snps,archs-rtc.txt 280 B

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