dts: arm: st: Remove use of CONFIG_SOC_* from STM32 F0 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 F0 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 22:06:34 -05:00 committed by Kumar Gala
commit ebd0ff9f28
19 changed files with 110 additions and 18 deletions

View file

@ -5,7 +5,7 @@
*/
/dts-v1/;
#include <st/stm32f030X8.dtsi>
#include <st/f0/stm32f030X8.dtsi>
/ {
model = "STMicroelectronics STM32F030R8-NUCLEO board";