1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&gpio6 {
8 status = "okay";
9 zephyr,pm-device-runtime-auto;
10};
11
12&exmif {
13 status = "okay";
14 zephyr,pm-device-runtime-auto;
15};
16
17&mx25uw63 {
18 status = "okay";
19};
20