1/*
2 * Copyright (c) 2019-2020 Grinn
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <st/l0/stm32l0.dtsi>
8
9/ {
10	soc {
11		compatible = "st,stm32l010", "st,stm32l0", "simple-bus";
12
13		eeprom: eeprom@8080000{
14			reg = <0x08080000 512>;
15		};
16	};
17};
18