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 41339e2 commit ea7f01bCopy full SHA for ea7f01b
tests/subsys/pm/power_mgmt_soc/boards/max78002evkit_max78002_m4.overlay
@@ -1,16 +1,24 @@
1
/*
2
- * Copyright (c) 2024 Analog Devices, Inc.
+ * Copyright (c) 2024-2025 Analog Devices, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
/ {
8
chosen {
9
- zephyr,cortex-m-idle-timer = &rtc_counter;
+ zephyr,cortex-m-idle-timer = &counter0;
10
};
11
12
13
-&rtc_counter {
+&clk_ertco {
14
status = "okay";
15
+};
16
+
17
+&lptimer0 {
18
+ status = "okay";
19
+ clock-source = <ADI_MAX32_PRPH_CLK_SRC_ERTCO>;
20
wakeup-source;
21
+ counter0: counter {
22
23
+ };
24
0 commit comments