File tree Expand file tree Collapse file tree 5 files changed +85
-0
lines changed
samples/drivers/counter/alarm/boards Expand file tree Collapse file tree 5 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2025 Renesas Electronics Corporation
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ &agt0 {
8+ interrupts = <27 1>, <24 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+ };
Original file line number Diff line number Diff line change 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,count-source = "AGT_CLOCK_LOCO";
11+ renesas,prescaler = <4>;
12+ status = "okay";
13+
14+ counter0: counter {
15+ status = "okay";
16+ };
17+ };
Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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,count-source = "AGT_CLOCK_LOCO";
11+ renesas,prescaler = <4>;
12+ status = "okay";
13+
14+ counter0: counter {
15+ status = "okay";
16+ };
17+ };
Original file line number Diff line number Diff line change 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,count-source = "AGT_CLOCK_LOCO";
11+ renesas,prescaler = <4>;
12+ status = "okay";
13+
14+ counter0: counter {
15+ status = "okay";
16+ };
17+ };
You can’t perform that action at this time.
0 commit comments