linux/linux-5.4.31/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt

14 lines
282 B
Plaintext
Raw Normal View History

2024-01-30 10:43:28 +00:00
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>;
};