18c2ecf20Sopenharmony_ciST-Ericsson COH 901 331 Real Time Clock
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: must be "stericsson,coh901331"
58c2ecf20Sopenharmony_ci- reg: address range of rtc register set.
68c2ecf20Sopenharmony_ci- interrupts: rtc alarm interrupt.
78c2ecf20Sopenharmony_ci- clocks: phandle to the rtc clock source
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci	rtc: rtc@c0017000 {
118c2ecf20Sopenharmony_ci		compatible = "stericsson,coh901331";
128c2ecf20Sopenharmony_ci		reg = <0xc0017000 0x1000>;
138c2ecf20Sopenharmony_ci		interrupt-parent = <&vicb>;
148c2ecf20Sopenharmony_ci		interrupts = <10>;
158c2ecf20Sopenharmony_ci		clocks = <&rtc_clk>;
168c2ecf20Sopenharmony_ci	};
17