Skip to content

Commit f8d05ea

Browse files
khoa-nguyen-18kartben
authored andcommitted
samples: drivers: counter: Add support alarm for ek_ra4m1
Add support counter/alarm to run sample app on ek_ra4m1 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent fc43629 commit f8d05ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&agt0 {
8+
status = "okay";
9+
interrupts = <30 1>, <31 1>;
10+
interrupt-names = "agti", "agtcmai";
11+
renesas,prescaler = <4>;
12+
counter0: counter {
13+
status = "okay";
14+
};
15+
};

0 commit comments

Comments
 (0)