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:
parent
bded528b6b
commit
aecc4c5d2c
12 changed files with 90 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include <st/stm32f107.dtsi>
|
||||
#include <st/f1/stm32f107Xc.dtsi>
|
||||
|
||||
/ {
|
||||
model = "STMicroelectronics STM3210C-EVAL board";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue