1/*
2 * Copyright (c) 2018 Ilya Tagunov <tagunil@gmail.com>
3 * Copyright (c) 2020 Linaro Limited
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#include <st/l0/stm32l072.dtsi>
9
10/ {
11	soc {
12		compatible = "st,stm32l073", "st,stm32l0", "simple-bus";
13	};
14};
15