1a27e2bd8e
Add a sample to put the part into Deep power down mode by setting the state to PM_STATE_SOFT_OFF. Wakup the part using an RTC alarm. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
/*
|
|
* Copyright 2022, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&rtc {
|
|
status = "okay";
|
|
wakeup-source;
|
|
};
|