blob: 0664d4ae9024e86ababab8d801ee8d76e89c00db [file] [log] [blame]
/*
* Copyright (c) 2017 Florian Vaussard, HEIG-VD
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32f412.dtsi>
/ {
model = "STMicroelectronics STM32F412ZG-NUCLEO board";
compatible = "st,stm32f412zg-nucleo", "st,stm32f412";
chosen {
zephyr,console = &usart3;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart3 {
current-speed = <115200>;
status = "ok";
};