Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / timer / snps,archs-rtc.txt
1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
2 - clocksource provider for UP SoC
3
4 Required properties:
5
6 - compatible : should be "snps,archs-rtc"
7 - clocks     : phandle to the source clock
8
9 Example:
10
11         rtc {
12                 compatible = "snps,arc-rtc";
13                 clocks = <&core_clk>;
14         };