We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d0429 commit 2421c29Copy full SHA for 2421c29
tests/drivers/counter/counter_basic_api/boards/ek_ra4c1.overlay
@@ -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 = <0>;
12
+ status = "okay";
13
14
+ counter0: counter {
15
16
+ };
17
+};
0 commit comments