Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1740767
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/6] dt-bindings: rtc: Add sirf,prima2-sysrtc bindings |
| Date | 2017-09-27 16:10 +0200 |
| Message-ID | <uulcf-44V-39@gated-at.bofh.it> (permalink) |
| References | <uulcd-44V-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add device tree bindings for the SiRFSoC Real Time Clock.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
.../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
diff --git a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
new file mode 100644
index 000000000000..58885b55da21
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
@@ -0,0 +1,13 @@
+SiRFSoC Real Time Clock
+
+Required properties:
+- compatible: must be "sirf,prima2-sysrtc"
+- reg: address range of rtc register set.
+- interrupts: rtc alarm interrupts.
+
+Example:
+ rtc@2000 {
+ compatible = "sirf,prima2-sysrtc";
+ reg = <0x2000 0x1000>;
+ interrupts = <52 53 54>;
+ };
--
2.14.2
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/6] dt-bindings: rtc: document existing bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200 [PATCH v2 4/6] dt-bindings: rtc: DS1307 and compatibles are not trivial Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200 [PATCH v2 1/6] dt-bindings: trivial: Add RTCs Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200 [PATCH v2 3/6] dt-bindings: rtc: Add sirf,prima2-sysrtc bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200
csiph-web