zephyr/dts/arm/stm3210c_eval.dts
Erwan Gouriou 90d81792b7 dts: provide dts for stm32 eval boards
Change-Id: If266feb9b6b22614e7456d6a5136035bd9498320
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-04-14 05:56:52 -05:00

24 lines
381 B
Text

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