summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/timer/snps,archs-rtc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/timer/snps,archs-rtc.txt')
-rw-r--r--dts/Bindings/timer/snps,archs-rtc.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/Bindings/timer/snps,archs-rtc.txt b/dts/Bindings/timer/snps,archs-rtc.txt
new file mode 100644
index 0000000000..47bd7a702f
--- /dev/null
+++ b/dts/Bindings/timer/snps,archs-rtc.txt
@@ -0,0 +1,14 @@
+Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
+- clocksource provider for UP SoC
+
+Required properties:
+
+- compatible : should be "snps,archs-rtc"
+- clocks : phandle to the source clock
+
+Example:
+
+ rtc {
+ compatible = "snps,arc-rtc";
+ clocks = <&core_clk>;
+ };