mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
This commit is contained in:
parent
b766f10f7b
commit
0fc52ca54a
1 changed files with 13 additions and 0 deletions
13
Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
Normal file
13
Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
Normal file
|
@ -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>;
|
||||
};
|
Loading…
Reference in a new issue