Skip to content

Commit aa7efb4

Browse files
ZhaoxiangJinnashif
authored andcommitted
tests: power_mgmt_soc: enable test for frdm_mcxn236
Enable power_mgmt_soc test for NXP frdm_mcxn236 board. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
1 parent 3114d77 commit aa7efb4

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright 2025 NXP
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
CONFIG_PM_PREWAKEUP_CONV_MODE_CEIL=y
6+
CONFIG_COUNTER=y
7+
CONFIG_COUNTER_MCUX_LPTMR_ALARM=y
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
cpu0: &{/cpus/cpu@0} {};
8+
9+
&lptmr0 {
10+
status = "okay";
11+
clock-frequency = <16384>;
12+
timer-mode-sel = <0>;
13+
};

tests/subsys/pm/power_mgmt_soc/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tests:
2929
- mck_ra8t2/r7ka8t2lfecac/cm85
3030
- ek_ra8d2/r7ka8d2kflcac/cm85
3131
- ek_ra8m2/r7ka8m2jflcac/cm85
32+
- frdm_mcxn236
3233
tags: pm
3334
integration_platforms:
3435
- mec15xxevb_assy6853

0 commit comments

Comments
 (0)