1ST-Ericsson COH 901 331 Real Time Clock
2
3Required 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
9Example:
10	rtc: rtc@c0017000 {
11		compatible = "stericsson,coh901331";
12		reg = <0xc0017000 0x1000>;
13		interrupt-parent = <&vicb>;
14		interrupts = <10>;
15		clocks = <&rtc_clk>;
16	};
17