1/*
2 * Copyright (c) 2019 Antony Pavlov <antonynpavlov@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * The STM32L151 and STM32L152 differ in that
9 * the STM32L152 features an LCD controller.
10 */
11#include <st/l1/stm32l151.dtsi>
12
13/ {
14	soc {
15		compatible = "st,stm32l152", "st,stm32l1", "simple-bus";
16	};
17};
18