Skip to content

Commit b0d7080

Browse files
committed
samples: counter: update overlay files for RA8x1 devices
Add interrupts information for these boards: - ek_ra8m1 - ek_ra8d1 - mck_ra8t1 Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent 776613e commit b0d7080

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

samples/drivers/counter/alarm/boards/ek_ra8d1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66

77
&agt0 {
8+
interrupts = <94 12>, <95 12>;
9+
interrupt-names = "agti", "agtcmai";
810
status = "okay";
911
renesas,prescaler = <4>;
1012
counter0: counter {

samples/drivers/counter/alarm/boards/ek_ra8m1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66

77
&agt0 {
8+
interrupts = <94 12>, <95 12>;
9+
interrupt-names = "agti", "agtcmai";
810
status = "okay";
911
renesas,prescaler = <4>;
1012
counter0: counter {

samples/drivers/counter/alarm/boards/mck_ra8t1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66

77
&agt0 {
8+
interrupts = <94 12>, <95 12>;
9+
interrupt-names = "agti", "agtcmai";
810
status = "okay";
911
renesas,prescaler = <4>;
1012
counter0: counter {

0 commit comments

Comments
 (0)