We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f2f4d commit 58ac7dcCopy full SHA for 58ac7dc
Documentation/devicetree/bindings/timer/snps,archs-rtc.txt
Documentation/devicetree/bindings/timer/snps,archs-rtc.yaml
@@ -0,0 +1,30 @@
1
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
+%YAML 1.2
3
+---
4
+$id: http://devicetree.org/schemas/snps,archs-rtc.yaml#
5
+$schema: http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+title: Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
8
9
+maintainers:
10
+ - Vineet Gupta <vgupta@synopsys.com>
11
12
+properties:
13
+ compatible:
14
+ const: snps,archs-rtc
15
16
+ clocks:
17
+ maxItems: 1
18
19
+required:
20
+ - compatible
21
+ - clocks
22
23
+additionalProperties: false
24
25
+examples:
26
+ - |
27
+ rtc {
28
+ compatible = "snps,archs-rtc";
29
+ clocks = <&core_clk>;
30
+ };
0 commit comments