dts: provide dts for stm32 eval boards
Change-Id: If266feb9b6b22614e7456d6a5136035bd9498320 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
b2f45a9e91
commit
90d81792b7
2 changed files with 48 additions and 0 deletions
24
dts/arm/stm3210c_eval.dts
Normal file
24
dts/arm/stm3210c_eval.dts
Normal 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";
|
||||
};
|
24
dts/arm/stm32373c_eval.dts
Normal file
24
dts/arm/stm32373c_eval.dts
Normal 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";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue