Merge tag 'watchdog-for-linus-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / Documentation / devicetree / bindings / rtc / cortina,gemini.txt
1 * Cortina Systems Gemini RTC
2
3 Gemini SoC real-time clock.
4
5 Required properties:
6 - compatible : Should be "cortina,gemini-rtc"
7
8 Examples:
9
10 rtc@45000000 {
11         compatible = "cortina,gemini-rtc";
12         reg = <0x45000000 0x100>;
13         interrupts = <17 IRQ_TYPE_LEVEL_HIGH>;
14 };