Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / timer / renesas,cmt.txt
1 * Renesas R-Car Compare Match Timer (CMT)
2
3 The CMT is a multi-channel 16/32/48-bit timer/counter with configurable clock
4 inputs and programmable compare match.
5
6 Channels share hardware resources but their counter and compare match value
7 are independent. A particular CMT instance can implement only a subset of the
8 channels supported by the CMT model. Channel indices represent the hardware
9 position of the channel in the CMT and don't match the channel numbers in the
10 datasheets.
11
12 Required Properties:
13
14   - compatible: must contain one or more of the following:
15     - "renesas,cmt-48-sh73a0" for the sh73A0 48-bit CMT
16                 (CMT1)
17     - "renesas,cmt-48-r8a7740" for the r8a7740 48-bit CMT
18                 (CMT1)
19     - "renesas,cmt-48" for all non-second generation 48-bit CMT
20                 (CMT1 on sh73a0 and r8a7740)
21                 This is a fallback for the above renesas,cmt-48-* entries.
22
23     - "renesas,r8a73a4-cmt0" for the 32-bit CMT0 device included in r8a73a4.
24     - "renesas,r8a73a4-cmt1" for the 48-bit CMT1 device included in r8a73a4.
25     - "renesas,r8a7743-cmt0" for the 32-bit CMT0 device included in r8a7743.
26     - "renesas,r8a7743-cmt1" for the 48-bit CMT1 device included in r8a7743.
27     - "renesas,r8a7744-cmt0" for the 32-bit CMT0 device included in r8a7744.
28     - "renesas,r8a7744-cmt1" for the 48-bit CMT1 device included in r8a7744.
29     - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745.
30     - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745.
31     - "renesas,r8a77470-cmt0" for the 32-bit CMT0 device included in r8a77470.
32     - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
33     - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
34     - "renesas,r8a774a1-cmt1" for the 48-bit CMT1 device included in r8a774a1.
35     - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
36     - "renesas,r8a774c0-cmt1" for the 48-bit CMT1 device included in r8a774c0.
37     - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
38     - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790.
39     - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791.
40     - "renesas,r8a7791-cmt1" for the 48-bit CMT1 device included in r8a7791.
41     - "renesas,r8a7793-cmt0" for the 32-bit CMT0 device included in r8a7793.
42     - "renesas,r8a7793-cmt1" for the 48-bit CMT1 device included in r8a7793.
43     - "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794.
44     - "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794.
45     - "renesas,r8a7795-cmt0" for the 32-bit CMT0 device included in r8a7795.
46     - "renesas,r8a7795-cmt1" for the 48-bit CMT1 device included in r8a7795.
47     - "renesas,r8a7796-cmt0" for the 32-bit CMT0 device included in r8a7796.
48     - "renesas,r8a7796-cmt1" for the 48-bit CMT1 device included in r8a7796.
49     - "renesas,r8a77965-cmt0" for the 32-bit CMT0 device included in r8a77965.
50     - "renesas,r8a77965-cmt1" for the 48-bit CMT1 device included in r8a77965.
51     - "renesas,r8a77970-cmt0" for the 32-bit CMT0 device included in r8a77970.
52     - "renesas,r8a77970-cmt1" for the 48-bit CMT1 device included in r8a77970.
53     - "renesas,r8a77980-cmt0" for the 32-bit CMT0 device included in r8a77980.
54     - "renesas,r8a77980-cmt1" for the 48-bit CMT1 device included in r8a77980.
55     - "renesas,r8a77990-cmt0" for the 32-bit CMT0 device included in r8a77990.
56     - "renesas,r8a77990-cmt1" for the 48-bit CMT1 device included in r8a77990.
57
58     - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2
59                 and RZ/G1.
60     - "renesas,rcar-gen2-cmt1" for 48-bit CMT1 devices included in R-Car Gen2
61                 and RZ/G1.
62                 These are fallbacks for r8a73a4, R-Car Gen2 and RZ/G1 entries
63                 listed above.
64     - "renesas,rcar-gen3-cmt0" for 32-bit CMT0 devices included in R-Car Gen3
65                 and RZ/G2.
66     - "renesas,rcar-gen3-cmt1" for 48-bit CMT1 devices included in R-Car Gen3
67                 and RZ/G2.
68                 These are fallbacks for R-Car Gen3 and RZ/G2 entries listed
69                 above.
70
71   - reg: base address and length of the registers block for the timer module.
72   - interrupts: interrupt-specifier for the timer, one per channel.
73   - clocks: a list of phandle + clock-specifier pairs, one for each entry
74     in clock-names.
75   - clock-names: must contain "fck" for the functional clock.
76
77
78 Example: R8A7790 (R-Car H2) CMT0 and CMT1 nodes
79
80         cmt0: timer@ffca0000 {
81                 compatible = "renesas,r8a7790-cmt0", "renesas,rcar-gen2-cmt0";
82                 reg = <0 0xffca0000 0 0x1004>;
83                 interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>,
84                              <0 142 IRQ_TYPE_LEVEL_HIGH>;
85                 clocks = <&mstp1_clks R8A7790_CLK_CMT0>;
86                 clock-names = "fck";
87         };
88
89         cmt1: timer@e6130000 {
90                 compatible = "renesas,r8a7790-cmt1", "renesas,rcar-gen2-cmt1";
91                 reg = <0 0xe6130000 0 0x1004>;
92                 interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
93                              <0 121 IRQ_TYPE_LEVEL_HIGH>,
94                              <0 122 IRQ_TYPE_LEVEL_HIGH>,
95                              <0 123 IRQ_TYPE_LEVEL_HIGH>,
96                              <0 124 IRQ_TYPE_LEVEL_HIGH>,
97                              <0 125 IRQ_TYPE_LEVEL_HIGH>,
98                              <0 126 IRQ_TYPE_LEVEL_HIGH>,
99                              <0 127 IRQ_TYPE_LEVEL_HIGH>;
100                 clocks = <&mstp3_clks R8A7790_CLK_CMT1>;
101                 clock-names = "fck";
102         };