]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rtc/cortina,gemini.txt
arm64: renesas: salvator-common: avoid audio_clkout naming conflict
[karo-tx-linux.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 };