Skip to content

Commit bc94ca4

Browse files
ttmutcfriedt
authored andcommitted
tests: pm: power_mgmt_soc: Enable tests on MAX32657EVKIT boards
Enable SoC power management on MAX32657EVKIT secure and nonsecure boards. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent ad93826 commit bc94ca4

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
chosen {
1717
zephyr,console = &uart0;
18+
zephyr,cortex-m-idle-timer = &counter_wut1;
1819
zephyr,shell-uart = &uart0;
1920
};
2021

@@ -98,5 +99,10 @@
9899
};
99100

100101
&wut1 {
102+
status = "okay";
101103
clock-source = <ADI_MAX32_PRPH_CLK_SRC_INRO>;
104+
wakeup-source;
105+
counter_wut1: counter {
106+
status = "okay";
107+
};
102108
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2025 Analog Devices, Inc.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
CONFIG_COUNTER=y
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2025 Analog Devices, Inc.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
CONFIG_COUNTER=y

tests/subsys/pm/power_mgmt_soc/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ tests:
1717
- max32690evkit/max32690/m4
1818
- max32655evkit/max32655/m4
1919
- max32655fthr/max32655/m4
20+
- max32657evkit/max32657
21+
- max32657evkit/max32657/ns
2022
tags: pm
2123
integration_platforms:
2224
- mec15xxevb_assy6853

0 commit comments

Comments
 (0)