Commit 46592e63 authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

dts: arm: st: Remove use of CONFIG_SOC_* from STM32 L4 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 L4 dtsi files into their own dir.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent 223d4266
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */

/dts-v1/;
#include <st/stm32l475.dtsi>
#include <st/l4/stm32l475Xg.dtsi>

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

/dts-v1/;
#include <st/stm32l432.dtsi>
#include <st/l4/stm32l432Xc.dtsi>

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

/dts-v1/;
#include <st/stm32l476.dtsi>
#include <st/l4/stm32l476Xg.dtsi>

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

/dts-v1/;
#include <st/stm32l476.dtsi>
#include <st/l4/stm32l476Xg.dtsi>

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

/dts-v1/;
#include <st/stm32l496.dtsi>
#include <st/l4/stm32l496Xg.dtsi>

/ {
	model = "STMicroelectronics STM32L496G-DISCO board";
Loading