blob: 47bd7a702f3f6104aa926d8bf024491581c9f840 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
2- clocksource provider for UP SoC
3
4Required properties:
5
6- compatible : should be "snps,archs-rtc"
7- clocks : phandle to the source clock
8
9Example:
10
11 rtc {
12 compatible = "snps,arc-rtc";
13 clocks = <&core_clk>;
14 };