diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-09-27 16:03:42 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-10-05 17:26:52 -0500 |
commit | 0fc52ca54aa1f6ad8a38efea2f4b072150280008 (patch) | |
tree | f40a2b75a1618897816af4f2991a7c35beb357a4 /Documentation/devicetree | |
parent | b766f10f7b1b416460c05df57345bba74cd5911d (diff) |
dt-bindings: rtc: Add sirf,prima2-sysrtc bindings
Add device tree bindings for the SiRFSoC Real Time Clock.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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>; + }; |