1/*
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
5/ {
6	chosen {
7		zephyr,settings-partition = &storage_partition;
8	};
9};
10
11&storage_partition {
12	label = "chosen_partition";
13};
14