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:
parent
c0d58d1a60
commit
ebd0ff9f28
19 changed files with 110 additions and 18 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include <st/stm32f030X8.dtsi>
|
||||
#include <st/f0/stm32f030X8.dtsi>
|
||||
|
||||
/ {
|
||||
model = "STMicroelectronics STM32F030R8-NUCLEO board";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue