dts: provide dts for stm32 eval boards

Change-Id: If266feb9b6b22614e7456d6a5136035bd9498320
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2017-03-07 17:48:12 +01:00 committed by Kumar Gala
commit 90d81792b7
2 changed files with 48 additions and 0 deletions

24
dts/arm/stm3210c_eval.dts Normal file
View file

@ -0,0 +1,24 @@
/*
* 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";
};

View file

@ -0,0 +1,24 @@
/*
* 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";
};