Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / stericsson,coh901331.txt
blobe615a897b20e3a519e03410edff93d53cb09f4b6
1 ST-Ericsson COH 901 331 Real Time Clock
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
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         };