/* * Copyright (c) 2017 Linaro Limited * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "STMicroelectronics STM32373C-EVAL board"; compatible = "st,stm32373c-eval", "st,stm32f373"; chosen { zephyr,console = &usart2; zephyr,sram = &sram0; zephyr,flash = &flash0; }; }; &usart2 { baud-rate = <115200>; status = "ok"; };