xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSiRFSoC Real Time Clock
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: must be "sirf,prima2-sysrtc"
5*4882a593Smuzhiyun- reg: address range of rtc register set.
6*4882a593Smuzhiyun- interrupts: rtc alarm interrupts.
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunExample:
9*4882a593Smuzhiyun	rtc@2000 {
10*4882a593Smuzhiyun		compatible = "sirf,prima2-sysrtc";
11*4882a593Smuzhiyun		reg = <0x2000 0x1000>;
12*4882a593Smuzhiyun		interrupts = <52 53 54>;
13*4882a593Smuzhiyun	};
14