Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
[sfrench/cifs-2.6.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 - interrupt-parent: phandle for the interrupt controller.
7 - interrupts: rtc alarm interrupt.
8 - clocks: phandle to the rtc clock source
9
10 Example:
11         rtc: rtc@c0017000 {
12                 compatible = "stericsson,coh901331";
13                 reg = <0xc0017000 0x1000>;
14                 interrupt-parent = <&vicb>;
15                 interrupts = <10>;
16                 clocks = <&rtc_clk>;
17         };