Change-Id: If266feb9b6b22614e7456d6a5136035bd9498320 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
24 lines
381 B
Text
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";
|
|
};
|