1/*
2 * Copyright (c) 2024 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&gtm0 {
8	status = "okay";
9
10	counter {
11		status = "okay";
12	};
13};
14
15&gtm1 {
16	status = "okay";
17
18	counter {
19		status = "okay";
20	};
21};
22
23&gtm2 {
24	status = "okay";
25
26	counter {
27		status = "okay";
28	};
29};
30
31&gtm3 {
32	status = "okay";
33
34	counter {
35		status = "okay";
36	};
37};
38
39&gtm4 {
40	status = "okay";
41
42	counter {
43		status = "okay";
44	};
45};
46
47&gtm5 {
48	status = "okay";
49
50	counter {
51		status = "okay";
52	};
53};
54
55&gtm6 {
56	status = "okay";
57
58	counter {
59		status = "okay";
60	};
61};
62
63&gtm7 {
64	status = "okay";
65
66	counter {
67		status = "okay";
68	};
69};
70