Skip to content

Commit 2854797

Browse files
Hieu Nguyenkartben
authored andcommitted
tests: drivers: counter: Add Counter support for Renesas RZ/V2L, A3UL
Add Counter test support for Renesas RZ/V2L-SMARC, RZ/A3UL-SMARC Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
1 parent 05fd05d commit 2854797

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
* Copyright (c) 2025 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+
};
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
* Copyright (c) 2025 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+
};

0 commit comments

Comments
 (0)