summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rtc/cortina,gemini.txt
blob: 4ce4e794ddbbf51813848d1b78b8fa3d257f00a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Cortina Systems Gemini RTC

Gemini SoC real-time clock.

Required properties:
- compatible : Should be "cortina,gemini-rtc"

Examples:

rtc@45000000 {
	compatible = "cortina,gemini-rtc";
	reg = <0x45000000 0x100>;
	interrupts = <17 IRQ_TYPE_LEVEL_HIGH>;
};