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