dts: arm: st: Remove use of CONFIG_SOC_* from STM32 F1 dts files

To move forward and remove use of Kconfig in dts files lets just create
SoC specific dtsi files that the boards can include.  We also seperate
out the F1 dtsi files into their own dir.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-09-25 19:20:22 -05:00 committed by Kumar Gala
commit aecc4c5d2c
12 changed files with 90 additions and 13 deletions

View file

@ -5,7 +5,7 @@
*/
/dts-v1/;
#include <st/stm32f107.dtsi>
#include <st/f1/stm32f107Xc.dtsi>
/ {
model = "STMicroelectronics STM3210C-EVAL board";