Lines Matching +full:r +full:- +full:car
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Mobile/R-Car Timer Unit (TMU)
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 The TMU is a 32-bit timer/counter with configurable clock inputs and
23 - enum:
24 - renesas,tmu-r8a7740 # R-Mobile A1
25 - renesas,tmu-r8a774a1 # RZ/G2M
26 - renesas,tmu-r8a774b1 # RZ/G2N
27 - renesas,tmu-r8a774c0 # RZ/G2E
28 - renesas,tmu-r8a774e1 # RZ/G2H
29 - renesas,tmu-r8a7778 # R-Car M1A
30 - renesas,tmu-r8a7779 # R-Car H1
31 - renesas,tmu-r8a7795 # R-Car H3
32 - renesas,tmu-r8a7796 # R-Car M3-W
33 - renesas,tmu-r8a77961 # R-Car M3-W+
34 - renesas,tmu-r8a77965 # R-Car M3-N
35 - renesas,tmu-r8a77970 # R-Car V3M
36 - renesas,tmu-r8a77980 # R-Car V3H
37 - renesas,tmu-r8a77990 # R-Car E3
38 - renesas,tmu-r8a77995 # R-Car D3
39 - renesas,tmu-r8a779a0 # R-Car V3U
40 - renesas,tmu-r8a779f0 # R-Car S4-8
41 - renesas,tmu-r8a779g0 # R-Car V4H
42 - const: renesas,tmu
54 clock-names:
57 power-domains:
71 - compatible
72 - reg
73 - interrupts
74 - clocks
75 - clock-names
76 - power-domains
84 - renesas,tmu-r8a7740
85 - renesas,tmu-r8a7778
86 - renesas,tmu-r8a7779
89 - resets
94 - |
95 #include <dt-bindings/clock/r8a7779-clock.h>
96 #include <dt-bindings/interrupt-controller/arm-gic.h>
97 #include <dt-bindings/power/r8a7779-sysc.h>
99 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
105 clock-names = "fck";
106 power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;