Newer
Older
barebox / dts / Bindings / rtc / cortina,gemini.txt
@Sascha Hauer Sascha Hauer on 10 Mar 2017 259 bytes dts: update to v4.11-rc1
* 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>;
};