1/*
2 * Copyright (c) 2022 Vestas Wind Systems A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8
9/{
10	fake_eeprom: fake_eeprom {
11		compatible = "zephyr,fake-eeprom";
12		status = "okay";
13		size = <DT_SIZE_K(8)>;
14	};
15};
16