blob: 6f1de84a06709b75a90a571b7ff6d1727bf6f49f [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32f103Xe.dtsi>
/ {
model = "STM32 MINI A15 board";
compatible = "st,stm32_mini_a15", "st,stm32f103ve";
chosen {
zephyr,console = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart1 {
current-speed = <115200>;
status = "ok";
};