Skip to content

Commit f1e9e21

Browse files
samples: drivers: counter: Add support alarm for Renesas ek_ra4c1
Add support sample app ``alarm`` for Renesas ek_ra4c1 board Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 36b16a4 commit f1e9e21

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 = <4>;
12+
status = "okay";
13+
14+
counter0: counter {
15+
status = "okay";
16+
};
17+
};

0 commit comments

Comments
 (0)