1/*
2 * Copyright (c) 2020 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8
9&flash_sim0 {
10	/*
11	 * Sync with qemu_x86.dts on partitions to make sure
12	 * size is large enough and there are no overlaps.
13	 */
14
15	partitions {
16		coredump_partition: partition@31000 {
17			label = "coredump-partition";
18
19			reg = <0x31000 DT_SIZE_K(8)>;
20		};
21
22	};
23};
24