Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexandre Belloni and committed by
Rob Herring
0fc52ca5 b766f10f

+13
+13
Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
··· 1 + SiRFSoC Real Time Clock 2 + 3 + Required properties: 4 + - compatible: must be "sirf,prima2-sysrtc" 5 + - reg: address range of rtc register set. 6 + - interrupts: rtc alarm interrupts. 7 + 8 + Example: 9 + rtc@2000 { 10 + compatible = "sirf,prima2-sysrtc"; 11 + reg = <0x2000 0x1000>; 12 + interrupts = <52 53 54>; 13 + };