Skip to content

Commit 0e67325

Browse files
khoa-nguyen-18kartben
authored andcommitted
samples: drivers: counter: Add support alarm for ek_ra8p1 cm33
Add support sample ``alarm`` for Renesas ek_ra8p1 cm33 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 7f8e808 commit 0e67325

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)