1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&mx25r64 {
8	partitions {
9		compatible = "fixed-partitions";
10		#address-cells = <1>;
11		#size-cells = <1>;
12
13		settings_file_partition: partition@0 {
14			label = "settings_file_partition";
15			reg = <0x00000000 0x00010000>;
16		};
17	};
18};
19