Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / rtc / stericsson,coh901331.txt
blob3ebeb311335ff6c4ff25020d86c04a88bb6a72cb
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 - interrupt-parent: phandle for the interrupt controller.
7 - interrupts: rtc alarm interrupt.
8 - clocks: phandle to the rtc clock source
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         };