2020-05-16 06:05:54 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019-2020 Grinn
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <st/l0/stm32l0.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2023-05-11 19:37:02 +08:00
|
|
|
compatible = "st,stm32l010", "st,stm32l0", "simple-bus";
|
2020-05-16 06:05:54 +08:00
|
|
|
};
|
|
|
|
};
|