Skip to content

Commit e3c5e9e

Browse files
mmahadevan108carlescufi
authored andcommitted
pm: rt6xx: Enable OS Timer as wakeup source
Enable os_timer as a wakeup-source in the board dts file. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent df26e99 commit e3c5e9e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

boards/arm/mimxrt685_evk/mimxrt685_evk_cm33.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, NXP
2+
* Copyright (c) 2020-2023, NXP
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -144,6 +144,7 @@
144144
*/
145145
&os_timer {
146146
status = "okay";
147+
wakeup-source;
147148
};
148149

149150
&rtc {

tests/subsys/pm/power_mgmt_soc/boards/mimxrt685_evk_cm33.overlay

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)