Commit aecc4c5d authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

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: default avatarKumar Gala <kumar.gala@linaro.org>
parent bded528b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */

/dts-v1/;
#include <st/stm32f103Xb.dtsi>
#include <st/f1/stm32f103Xb.dtsi>

/ {
	model = "STMicroelectronics STM32F103RB-NUCLEO board";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */

/dts-v1/;
#include <st/stm32f103Xb.dtsi>
#include <st/f1/stm32f103Xb.dtsi>

/ {
	model = "Olimex OLIMEXINO-STM32 board";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */

/dts-v1/;
#include <st/stm32f107.dtsi>
#include <st/f1/stm32f107Xc.dtsi>

/ {
	model = "STMicroelectronics STM3210C-EVAL board";
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
 */

/dts-v1/;
#include <st/stm32f103Xb.dtsi>
#include <st/f1/stm32f103X8.dtsi>

/ {
	model = "STM32 Minimum Development Board";
	compatible = "st,stm32_min_dev", "st,stm32f103rb";
	compatible = "st,stm32_min_dev", "st,stm32f103c8";

	chosen {
		zephyr,console = &usart1;
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */

/dts-v1/;
#include <st/stm32f103Xe.dtsi>
#include <st/f1/stm32f103Xe.dtsi>

/ {
	model = "STM32 MINI A15 board";
Loading