]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/rtc/stericsson,coh901331.txt
Update our copies of the Device Tree Source to Linux 4.15
[FreeBSD/FreeBSD.git] / 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         };