Skip to content

Commit 2421c29

Browse files
tests: drivers: counter: Add support counter_basic_api for ek_ra4c1
Add support test app ``counter_basic_api`` for Renesas ek_ra4c1 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 37d0429 commit 2421c29

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&agt0 {
8+
interrupts = <62 1>, <63 1>;
9+
interrupt-names = "agti", "agtcmai";
10+
renesas,count-source = "AGT_CLOCK_LOCO";
11+
renesas,prescaler = <0>;
12+
status = "okay";
13+
14+
counter0: counter {
15+
status = "okay";
16+
};
17+
};

0 commit comments

Comments
 (0)