dts: Move dts files into board dirs
Move the dts files into the board dir so that board ports can be more standalone. This will allow us at some point to have board ports outside of the tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
09c63b373a
commit
ef912810d3
63 changed files with 1 additions and 1 deletions
26
boards/arm/stm3210c_eval/stm3210c_eval.dts
Normal file
26
boards/arm/stm3210c_eval/stm3210c_eval.dts
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* 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 {
|
||||
current-speed = <115200>;
|
||||
pinctrl-0 = <&usart2_pins_b>;
|
||||
pinctrl-names = "default";
|
||||
status = "ok";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue