Lines Matching +full:interrupt +full:- +full:counter
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/renesas,rz-rtca3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas RTCA-3 Real Time Clock
10 - Claudiu Beznea <[email protected]>
13 - $ref: rtc.yaml#
18 - enum:
19 - renesas,r9a08g045-rtca3 # RZ/G3S
20 - const: renesas,rz-rtca3
27 - description: Alarm interrupt
28 - description: Periodic interrupt
29 - description: Carry interrupt
31 interrupt-names:
33 - const: alarm
34 - const: period
35 - const: carry
39 - description: RTC bus clock
40 - description: RTC counter clock
42 clock-names:
44 - const: bus
45 - const: counter
47 power-domains:
52 - description: VBATTB module reset
55 - compatible
56 - reg
57 - interrupts
58 - interrupt-names
59 - clocks
60 - clock-names
61 - power-domains
62 - resets
67 - |
68 #include <dt-bindings/clock/r9a08g045-cpg.h>
69 #include <dt-bindings/clock/renesas,r9a08g045-vbattb.h>
70 #include <dt-bindings/interrupt-controller/arm-gic.h>
71 #include <dt-bindings/interrupt-controller/irq.h>
74 compatible = "renesas,r9a08g045-rtca3", "renesas,rz-rtca3";
79 interrupt-names = "alarm", "period", "carry";
81 clock-names = "bus", "counter";
82 power-domains = <&cpg>;