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 <khoa.tran.yj@bp.renesas.com>
This commit is contained in:
Khoa Tran
2025-08-06 14:50:42 +07:00
committed by Benjamin Cabé
parent 6fc44ec47a
commit f470a5dcfb

View File

@@ -0,0 +1,17 @@
/*
* Copyright (c) 2025 Renesas Electronics Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&agt0 {
interrupts = <94 1>, <95 1>;
interrupt-names = "agti", "agtcmai";
renesas,count-source = "AGT_CLOCK_LOCO";
renesas,prescaler = <0>;
status = "okay";
counter0: counter {
status = "okay";
};
};