zephyr/dts/arm/st/l0/stm32l010.dtsi

16 lines
190 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2019-2020 Grinn
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/l0/stm32l0.dtsi>
/ {
soc {
eeprom: eeprom@8080000{
reg = <0x08080000 512>;
};
};
};