1/*
2 * Copyright (c) 2024 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		wkup-src = &user_button;
10	};
11};
12
13&pwr {
14	status = "okay";
15};
16