Lines Matching +full:gemini +full:- +full:rtc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/faraday,ftrtc010.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 This RTC appears in for example the Storlink Gemini family of SoCs.
18 - const: faraday,ftrtc010
19 - items:
20 - const: cortina,gemini-rtc
21 - const: faraday,ftrtc010
34 - description: PCLK clocks
35 - description: EXTCLK clocks. Faraday calls it CLK1HZ and says the clock
37 clocks here, like Cortina who chose 32768 Hz (a typical low-power clock).
39 clock-names:
41 - const: PCLK
42 - const: EXTCLK
45 - compatible
50 - |
51 #include <dt-bindings/interrupt-controller/irq.h>
52 rtc@45000000 {
53 compatible = "cortina,gemini-rtc", "faraday,ftrtc010";
57 clock-names = "PCLK", "EXTCLK";