Skip to content

Commit f470a5d

Browse files
khoatranyjkartben
authored andcommitted
tests: drivers: counter: Add tests support for Renesas AGT timer
on mck_ra8t2 board Add support for test app on Renesas mck_ra8t2: - tests/drivers/counter/counter_basic_api Signed-off-by: Khoa Tran <[email protected]>
1 parent 6fc44ec commit f470a5d

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 = <94 1>, <95 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)