diff --git a/dts/arm/atmel/sam3x.dtsi b/dts/arm/atmel/sam3x.dtsi index 9856c3d4886..7c18dcfabdd 100644 --- a/dts/arm/atmel/sam3x.dtsi +++ b/dts/arm/atmel/sam3x.dtsi @@ -19,6 +19,7 @@ }; sram0: memory@20070000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20070000 0x18000>; }; diff --git a/dts/arm/atmel/sam4s.dtsi b/dts/arm/atmel/sam4s.dtsi index 4b6633a0e31..ddb5b0c5b75 100644 --- a/dts/arm/atmel/sam4s.dtsi +++ b/dts/arm/atmel/sam4s.dtsi @@ -19,6 +19,7 @@ }; sram0: memory@20100000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20100000 0x20000>; }; diff --git a/dts/arm/atmel/same70.dtsi b/dts/arm/atmel/same70.dtsi index e033f6ea3ea..1b38fe9b87a 100644 --- a/dts/arm/atmel/same70.dtsi +++ b/dts/arm/atmel/same70.dtsi @@ -25,6 +25,7 @@ }; sram0: memory@20400000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20400000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/nordic/nrf51822.dtsi b/dts/arm/nordic/nrf51822.dtsi index 1c268340209..bc6489b6cee 100644 --- a/dts/arm/nordic/nrf51822.dtsi +++ b/dts/arm/nordic/nrf51822.dtsi @@ -18,6 +18,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/nordic/nrf52832.dtsi b/dts/arm/nordic/nrf52832.dtsi index 8ff302d5967..ec40d7d8d34 100644 --- a/dts/arm/nordic/nrf52832.dtsi +++ b/dts/arm/nordic/nrf52832.dtsi @@ -18,6 +18,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/nordic/nrf52840.dtsi b/dts/arm/nordic/nrf52840.dtsi index 1e065542af9..63f3edee300 100644 --- a/dts/arm/nordic/nrf52840.dtsi +++ b/dts/arm/nordic/nrf52840.dtsi @@ -18,6 +18,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/nxp/nxp_k6x.dtsi b/dts/arm/nxp/nxp_k6x.dtsi index 0c9a42f1cd5..0492ef2574f 100644 --- a/dts/arm/nxp/nxp_k6x.dtsi +++ b/dts/arm/nxp/nxp_k6x.dtsi @@ -13,6 +13,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x30000>; }; diff --git a/dts/arm/nxp/nxp_kl25z.dtsi b/dts/arm/nxp/nxp_kl25z.dtsi index 48ac9539688..5724379341f 100644 --- a/dts/arm/nxp/nxp_kl25z.dtsi +++ b/dts/arm/nxp/nxp_kl25z.dtsi @@ -13,6 +13,7 @@ }; sram0: memory@1FFFF000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x1FFFF000 0x4000>; }; diff --git a/dts/arm/nxp/nxp_kw40z.dtsi b/dts/arm/nxp/nxp_kw40z.dtsi index e084b0920f4..2b0cb74ae37 100644 --- a/dts/arm/nxp/nxp_kw40z.dtsi +++ b/dts/arm/nxp/nxp_kw40z.dtsi @@ -13,6 +13,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x4000>; }; diff --git a/dts/arm/nxp/nxp_kw41z.dtsi b/dts/arm/nxp/nxp_kw41z.dtsi index 55617388e11..4bd16c44aaa 100644 --- a/dts/arm/nxp/nxp_kw41z.dtsi +++ b/dts/arm/nxp/nxp_kw41z.dtsi @@ -13,6 +13,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x20000>; }; diff --git a/dts/arm/st/stm32f103Xb.dtsi b/dts/arm/st/stm32f103Xb.dtsi index c9479dbbca0..11d54cb625b 100644 --- a/dts/arm/st/stm32f103Xb.dtsi +++ b/dts/arm/st/stm32f103Xb.dtsi @@ -27,6 +27,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32f103Xe.dtsi b/dts/arm/st/stm32f103Xe.dtsi index 770a5be915c..e0955fcf36c 100644 --- a/dts/arm/st/stm32f103Xe.dtsi +++ b/dts/arm/st/stm32f103Xe.dtsi @@ -27,6 +27,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32f107.dtsi b/dts/arm/st/stm32f107.dtsi index d8a0d5b073b..15687950265 100644 --- a/dts/arm/st/stm32f107.dtsi +++ b/dts/arm/st/stm32f107.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32f303.dtsi b/dts/arm/st/stm32f303.dtsi index add26630d8f..ad6aede6d28 100644 --- a/dts/arm/st/stm32f303.dtsi +++ b/dts/arm/st/stm32f303.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32f334.dtsi b/dts/arm/st/stm32f334.dtsi index c5d8f47bab8..a12cf2def43 100644 --- a/dts/arm/st/stm32f334.dtsi +++ b/dts/arm/st/stm32f334.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32f373.dtsi b/dts/arm/st/stm32f373.dtsi index c5d8f47bab8..a12cf2def43 100644 --- a/dts/arm/st/stm32f373.dtsi +++ b/dts/arm/st/stm32f373.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32f4.dtsi b/dts/arm/st/stm32f4.dtsi index 35cda75c687..8b8a3122522 100644 --- a/dts/arm/st/stm32f4.dtsi +++ b/dts/arm/st/stm32f4.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32l432.dtsi b/dts/arm/st/stm32l432.dtsi index fb0c8675097..c80f47282b6 100644 --- a/dts/arm/st/stm32l432.dtsi +++ b/dts/arm/st/stm32l432.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/st/stm32l475.dtsi b/dts/arm/st/stm32l475.dtsi index 3c300adde89..aef4f1b81a1 100644 --- a/dts/arm/st/stm32l475.dtsi +++ b/dts/arm/st/stm32l475.dtsi @@ -24,6 +24,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SRAM_SIZE>; }; diff --git a/dts/arm/ti/cc2650.dtsi b/dts/arm/ti/cc2650.dtsi index e0227a63c16..c729f50c9f6 100644 --- a/dts/arm/ti/cc2650.dtsi +++ b/dts/arm/ti/cc2650.dtsi @@ -19,6 +19,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x5000>; }; diff --git a/dts/arm/ti/cc32xx.dtsi b/dts/arm/ti/cc32xx.dtsi index 561800f53ef..f0a6d5d837a 100644 --- a/dts/arm/ti/cc32xx.dtsi +++ b/dts/arm/ti/cc32xx.dtsi @@ -20,6 +20,7 @@ }; sram0: memory@20004000 { + device_type = "memory"; compatible = "mmio-sram"; reg = ; }; diff --git a/dts/arm/ti/lm3s6965.dtsi b/dts/arm/ti/lm3s6965.dtsi index aafbeb0711d..1b0e8b54cfd 100644 --- a/dts/arm/ti/lm3s6965.dtsi +++ b/dts/arm/ti/lm3s6965.dtsi @@ -13,6 +13,7 @@ }; sram0: memory@20000000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 (64*1024)>; }; diff --git a/dts/common/skeleton.dtsi b/dts/common/skeleton.dtsi index b41d241de2c..1938419b8e7 100644 --- a/dts/common/skeleton.dtsi +++ b/dts/common/skeleton.dtsi @@ -9,5 +9,4 @@ #size-cells = <1>; chosen { }; aliases { }; - memory { device_type = "memory"; reg = <0 0>; }; }; diff --git a/dts/x86/intel_curie.dtsi b/dts/x86/intel_curie.dtsi index 7e50acf348b..0a9f18c621c 100644 --- a/dts/x86/intel_curie.dtsi +++ b/dts/x86/intel_curie.dtsi @@ -25,6 +25,7 @@ sram0: memory@a8006400 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0xa8006400 DT_SRAM_SIZE>; }; diff --git a/dts/x86/intel_quark_d2000.dtsi b/dts/x86/intel_quark_d2000.dtsi index 5a20a2735d4..f1cd0042f8a 100644 --- a/dts/x86/intel_quark_d2000.dtsi +++ b/dts/x86/intel_quark_d2000.dtsi @@ -14,6 +14,7 @@ }; sram0: memory@00280000 { + device_type = "memory"; compatible = "mmio-sram"; reg = <0x00280000 DT_SRAM_SIZE>; };