forked from Minki/linux
bc7d8ebf37
This adds bindings and simple probing for the Cortina Systems Gemini SoC RTC. Cc: Janos Laube <janos.dev@gmail.com> Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com> Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
15 lines
259 B
Plaintext
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>;
|
|
};
|