Commit 0fc52ca5 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Rob Herring

dt-bindings: rtc: Add sirf,prima2-sysrtc bindings

Add device tree bindings for the SiRFSoC Real Time Clock.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent b766f10f
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>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment