1/*
2 * Copyright (c) 2019 Linaro Limited
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <st/l1/stm32l1.dtsi>
8
9/ {
10	soc {
11		compatible = "st,stm32l151", "st,stm32l1", "simple-bus";
12	};
13};
14