linux-surface/Documentation/devicetree/bindings/rtc/cortina,gemini.txt
2017-08-10 09:25:24 -04:00

15 lines
259 B
Plaintext

* 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>;
};