Lines Matching +full:r7s72100 +full:- +full:rtc
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/rtc/renesas,sh-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chris Brandt <chris.brandt@renesas.com>
11 - Geert Uytterhoeven <geert+renesas@glider.be>
16 - const: renesas,r7s72100-rtc # RZ/A1H
17 - const: renesas,sh-rtc
25 interrupt-names:
27 - const: alarm
28 - const: period
29 - const: carry
32 # The functional clock source for the RTC controller must be listed
38 clock-names:
46 power-domains:
50 - compatible
51 - reg
52 - interrupts
53 - interrupt-names
54 - clocks
55 - clock-names
56 - power-domains
61 - |
62 #include <dt-bindings/clock/r7s72100-clock.h>
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 #include <dt-bindings/interrupt-controller/irq.h>
66 rtc: rtc@fcff1000 {
67 compatible = "renesas,r7s72100-rtc", "renesas,sh-rtc";
72 interrupt-names = "alarm", "period", "carry";
75 power-domains = <&cpg_clocks>;
76 clock-names = "fck", "rtc_x1", "rtc_x3", "extal";