Linux-libre 5.4.48-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / rtc / stericsson,coh901331.txt
1 ST-Ericsson COH 901 331 Real Time Clock
2
3 Required properties:
4 - compatible: must be "stericsson,coh901331"
5 - reg: address range of rtc register set.
6 - interrupts: rtc alarm interrupt.
7 - clocks: phandle to the rtc clock source
8
9 Example:
10         rtc: rtc@c0017000 {
11                 compatible = "stericsson,coh901331";
12                 reg = <0xc0017000 0x1000>;
13                 interrupt-parent = <&vicb>;
14                 interrupts = <10>;
15                 clocks = <&rtc_clk>;
16         };