zephyr/dts/arm/stm32373c_eval.dts

25 lines
383 B
Plaintext

/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32f373.dtsi>
/ {
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";
};