Skip to content

Commit 6fc44ec

Browse files
khoatranyjkartben
authored andcommitted
samples: drivers: counter: Add support for alarm on mck_ra8t2
Add support for sample app `alarm` on Renesas mck_ra8t2 Signed-off-by: Khoa Tran <[email protected]>
1 parent 71ed733 commit 6fc44ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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,prescaler = <4>;
11+
status = "okay";
12+
13+
counter0: counter {
14+
status = "okay";
15+
};
16+
};

0 commit comments

Comments
 (0)