From b52b1b2222915637d6f7e20beb03da0c2a3055a9 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 2 Aug 2019 12:54:07 -0500 Subject: [PATCH] dts: arm: Remove device_type = "memory" from SRAM nodes The true mmio-sram nodes should not have had a 'device_type' property. Remove it from the cases that we clearly know are SRAM. Signed-off-by: Kumar Gala --- boards/arm/nrf9160_pca10090/nrf9160_pca10090_common.dts | 2 -- dts/arm/atmel/sam3x.dtsi | 1 - dts/arm/atmel/sam4s.dtsi | 1 - dts/arm/atmel/samd.dtsi | 1 - dts/arm/atmel/same70.dtsi | 1 - dts/arm/cypress/psoc6.dtsi | 3 --- dts/arm/nordic/nrf51822.dtsi | 1 - dts/arm/nordic/nrf52810.dtsi | 1 - dts/arm/nordic/nrf52811.dtsi | 1 - dts/arm/nordic/nrf52832.dtsi | 1 - dts/arm/nordic/nrf52840.dtsi | 1 - dts/arm/nordic/nrf9160.dtsi | 1 - dts/arm/nordic/nrf9160ns.dtsi | 1 - dts/arm/nxp/nxp_k6x.dtsi | 2 -- dts/arm/nxp/nxp_ke1xf256vlx16.dtsi | 2 -- dts/arm/nxp/nxp_ke1xf512vlx16.dtsi | 2 -- dts/arm/nxp/nxp_kl25z.dtsi | 1 - dts/arm/nxp/nxp_kw2xd.dtsi | 1 - dts/arm/nxp/nxp_kw40z.dtsi | 1 - dts/arm/nxp/nxp_kw41z.dtsi | 1 - dts/arm/silabs/efm32hg.dtsi | 1 - dts/arm/silabs/efm32pg12b.dtsi | 1 - dts/arm/silabs/efm32wg.dtsi | 1 - dts/arm/silabs/efr32fg1p.dtsi | 1 - dts/arm/silabs/efr32mg.dtsi | 1 - dts/arm/st/f0/stm32f0.dtsi | 1 - dts/arm/st/f1/stm32f1.dtsi | 1 - dts/arm/st/f2/stm32f2.dtsi | 1 - dts/arm/st/f3/stm32f3.dtsi | 1 - dts/arm/st/f4/stm32f4.dtsi | 1 - dts/arm/st/f7/stm32f723.dtsi | 1 - dts/arm/st/f7/stm32f746.dtsi | 1 - dts/arm/st/f7/stm32f769.dtsi | 1 - dts/arm/st/g0/stm32g0.dtsi | 1 - dts/arm/st/h7/stm32h747Xi_m4.dtsi | 1 - dts/arm/st/h7/stm32h747Xi_m7.dtsi | 1 - dts/arm/st/l0/stm32l0.dtsi | 1 - dts/arm/st/l1/stm32l1.dtsi | 1 - dts/arm/st/l4/stm32l4.dtsi | 1 - dts/arm/st/wb/stm32wb.dtsi | 1 - dts/arm/ti/cc13x2_cc26x2.dtsi | 2 -- dts/arm/ti/cc2650.dtsi | 1 - dts/arm/ti/cc32xx.dtsi | 1 - dts/arm/ti/lm3s6965.dtsi | 1 - 44 files changed, 51 deletions(-) diff --git a/boards/arm/nrf9160_pca10090/nrf9160_pca10090_common.dts b/boards/arm/nrf9160_pca10090/nrf9160_pca10090_common.dts index 5791395d738..3a53ccd8844 100644 --- a/boards/arm/nrf9160_pca10090/nrf9160_pca10090_common.dts +++ b/boards/arm/nrf9160_pca10090/nrf9160_pca10090_common.dts @@ -168,13 +168,11 @@ / { /* SRAM allocated and used by the BSD library */ sram0_bsd: memory@20010000 { - device_type = "memory"; compatible = "mmio-sram"; }; /* SRAM allocated to the Non-Secure image */ sram0_ns: memory@20020000 { - device_type = "memory"; compatible = "mmio-sram"; }; }; diff --git a/dts/arm/atmel/sam3x.dtsi b/dts/arm/atmel/sam3x.dtsi index 1b97fc2ef86..ae0f4af8e77 100644 --- a/dts/arm/atmel/sam3x.dtsi +++ b/dts/arm/atmel/sam3x.dtsi @@ -20,7 +20,6 @@ }; 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 494fb60c453..c5e7e251ee7 100644 --- a/dts/arm/atmel/sam4s.dtsi +++ b/dts/arm/atmel/sam4s.dtsi @@ -21,7 +21,6 @@ }; sram0: memory@20100000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/atmel/samd.dtsi b/dts/arm/atmel/samd.dtsi index bd03b79725c..0749f2e5880 100644 --- a/dts/arm/atmel/samd.dtsi +++ b/dts/arm/atmel/samd.dtsi @@ -21,7 +21,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x8000>; }; diff --git a/dts/arm/atmel/same70.dtsi b/dts/arm/atmel/same70.dtsi index 47c870bfc5f..569e6a50ed2 100644 --- a/dts/arm/atmel/same70.dtsi +++ b/dts/arm/atmel/same70.dtsi @@ -30,7 +30,6 @@ }; sram0: memory@20400000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/cypress/psoc6.dtsi b/dts/arm/cypress/psoc6.dtsi index 8b388a5dde9..9e04abe97a1 100644 --- a/dts/arm/cypress/psoc6.dtsi +++ b/dts/arm/cypress/psoc6.dtsi @@ -48,19 +48,16 @@ }; sram0: memory@8000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x08000000 DT_SIZE_K(140)>; }; sram1: memory@8023000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x08023000 DT_SIZE_K(4)>; }; sram2: memory@8024000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x08024000 DT_SIZE_K(112)>; }; diff --git a/dts/arm/nordic/nrf51822.dtsi b/dts/arm/nordic/nrf51822.dtsi index aac6059b5c5..3c5acb9db84 100644 --- a/dts/arm/nordic/nrf51822.dtsi +++ b/dts/arm/nordic/nrf51822.dtsi @@ -55,7 +55,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nordic/nrf52810.dtsi b/dts/arm/nordic/nrf52810.dtsi index 01e566722b0..e534035a23e 100644 --- a/dts/arm/nordic/nrf52810.dtsi +++ b/dts/arm/nordic/nrf52810.dtsi @@ -54,7 +54,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nordic/nrf52811.dtsi b/dts/arm/nordic/nrf52811.dtsi index 99a526fdc35..7118840c00d 100644 --- a/dts/arm/nordic/nrf52811.dtsi +++ b/dts/arm/nordic/nrf52811.dtsi @@ -58,7 +58,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nordic/nrf52832.dtsi b/dts/arm/nordic/nrf52832.dtsi index bdef7480d8e..23967e6d1a1 100644 --- a/dts/arm/nordic/nrf52832.dtsi +++ b/dts/arm/nordic/nrf52832.dtsi @@ -62,7 +62,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nordic/nrf52840.dtsi b/dts/arm/nordic/nrf52840.dtsi index e8587aeab7c..c82396f1d31 100644 --- a/dts/arm/nordic/nrf52840.dtsi +++ b/dts/arm/nordic/nrf52840.dtsi @@ -69,7 +69,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nordic/nrf9160.dtsi b/dts/arm/nordic/nrf9160.dtsi index fe11c9e2508..831249ebe5e 100644 --- a/dts/arm/nordic/nrf9160.dtsi +++ b/dts/arm/nordic/nrf9160.dtsi @@ -59,7 +59,6 @@ soc { sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nordic/nrf9160ns.dtsi b/dts/arm/nordic/nrf9160ns.dtsi index d44d0a1bca2..6fbb967769f 100644 --- a/dts/arm/nordic/nrf9160ns.dtsi +++ b/dts/arm/nordic/nrf9160ns.dtsi @@ -59,7 +59,6 @@ soc { sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/nxp/nxp_k6x.dtsi b/dts/arm/nxp/nxp_k6x.dtsi index bb9b58e585c..76e49b98099 100644 --- a/dts/arm/nxp/nxp_k6x.dtsi +++ b/dts/arm/nxp/nxp_k6x.dtsi @@ -27,13 +27,11 @@ * https://sourceware.org/ml/binutils/2017-02/msg00250.html */ sram_l: memory@1fff0000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x1fff0000 0x10000>; }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x30000>; }; diff --git a/dts/arm/nxp/nxp_ke1xf256vlx16.dtsi b/dts/arm/nxp/nxp_ke1xf256vlx16.dtsi index 926d9106033..c898a567a13 100644 --- a/dts/arm/nxp/nxp_ke1xf256vlx16.dtsi +++ b/dts/arm/nxp/nxp_ke1xf256vlx16.dtsi @@ -18,13 +18,11 @@ * https://sourceware.org/ml/binutils/2017-02/msg00250.html */ sram_l: memory@1fffc000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x1fffc000 DT_SIZE_K(16)>; }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SIZE_K(16)>; }; diff --git a/dts/arm/nxp/nxp_ke1xf512vlx16.dtsi b/dts/arm/nxp/nxp_ke1xf512vlx16.dtsi index c3e1d9a80f4..6d5110fcc9f 100644 --- a/dts/arm/nxp/nxp_ke1xf512vlx16.dtsi +++ b/dts/arm/nxp/nxp_ke1xf512vlx16.dtsi @@ -18,13 +18,11 @@ * https://sourceware.org/ml/binutils/2017-02/msg00250.html */ sram_l: memory@1fff8000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x1fff8000 DT_SIZE_K(32)>; }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 DT_SIZE_K(32)>; }; diff --git a/dts/arm/nxp/nxp_kl25z.dtsi b/dts/arm/nxp/nxp_kl25z.dtsi index 9543bdcdeb9..938e0837fd7 100644 --- a/dts/arm/nxp/nxp_kl25z.dtsi +++ b/dts/arm/nxp/nxp_kl25z.dtsi @@ -18,7 +18,6 @@ }; sram0: memory@1FFFF000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x1FFFF000 0x4000>; }; diff --git a/dts/arm/nxp/nxp_kw2xd.dtsi b/dts/arm/nxp/nxp_kw2xd.dtsi index 005235b750b..e452fdd6b61 100644 --- a/dts/arm/nxp/nxp_kw2xd.dtsi +++ b/dts/arm/nxp/nxp_kw2xd.dtsi @@ -18,7 +18,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x8000>; }; diff --git a/dts/arm/nxp/nxp_kw40z.dtsi b/dts/arm/nxp/nxp_kw40z.dtsi index 06de68ec10a..a40dee83a7e 100644 --- a/dts/arm/nxp/nxp_kw40z.dtsi +++ b/dts/arm/nxp/nxp_kw40z.dtsi @@ -18,7 +18,6 @@ }; 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 e3c83dbffbe..a217da288eb 100644 --- a/dts/arm/nxp/nxp_kw41z.dtsi +++ b/dts/arm/nxp/nxp_kw41z.dtsi @@ -18,7 +18,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 0x20000>; }; diff --git a/dts/arm/silabs/efm32hg.dtsi b/dts/arm/silabs/efm32hg.dtsi index 6a0006c3b71..6dfc2deb51a 100644 --- a/dts/arm/silabs/efm32hg.dtsi +++ b/dts/arm/silabs/efm32hg.dtsi @@ -17,7 +17,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/silabs/efm32pg12b.dtsi b/dts/arm/silabs/efm32pg12b.dtsi index cfb60c14a66..34cb2710e59 100644 --- a/dts/arm/silabs/efm32pg12b.dtsi +++ b/dts/arm/silabs/efm32pg12b.dtsi @@ -21,7 +21,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/silabs/efm32wg.dtsi b/dts/arm/silabs/efm32wg.dtsi index d2bedbf0d15..3441192c1a5 100644 --- a/dts/arm/silabs/efm32wg.dtsi +++ b/dts/arm/silabs/efm32wg.dtsi @@ -17,7 +17,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/silabs/efr32fg1p.dtsi b/dts/arm/silabs/efr32fg1p.dtsi index 1f67be94974..d62c8bdfe9d 100644 --- a/dts/arm/silabs/efr32fg1p.dtsi +++ b/dts/arm/silabs/efr32fg1p.dtsi @@ -17,7 +17,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/silabs/efr32mg.dtsi b/dts/arm/silabs/efr32mg.dtsi index e93a001193d..2fe4ce720e9 100644 --- a/dts/arm/silabs/efr32mg.dtsi +++ b/dts/arm/silabs/efr32mg.dtsi @@ -17,7 +17,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/f0/stm32f0.dtsi b/dts/arm/st/f0/stm32f0.dtsi index b7416cb2205..669bd83ffe2 100644 --- a/dts/arm/st/f0/stm32f0.dtsi +++ b/dts/arm/st/f0/stm32f0.dtsi @@ -23,7 +23,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/f1/stm32f1.dtsi b/dts/arm/st/f1/stm32f1.dtsi index 4b38ae1e23a..dc5f435a5cb 100644 --- a/dts/arm/st/f1/stm32f1.dtsi +++ b/dts/arm/st/f1/stm32f1.dtsi @@ -28,7 +28,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/f2/stm32f2.dtsi b/dts/arm/st/f2/stm32f2.dtsi index e0346f8b3e2..9c78787a4c8 100644 --- a/dts/arm/st/f2/stm32f2.dtsi +++ b/dts/arm/st/f2/stm32f2.dtsi @@ -22,7 +22,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/f3/stm32f3.dtsi b/dts/arm/st/f3/stm32f3.dtsi index 9a3e5321381..586caff53ba 100644 --- a/dts/arm/st/f3/stm32f3.dtsi +++ b/dts/arm/st/f3/stm32f3.dtsi @@ -23,7 +23,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/f4/stm32f4.dtsi b/dts/arm/st/f4/stm32f4.dtsi index f3a558664d2..4ba4a6d591c 100644 --- a/dts/arm/st/f4/stm32f4.dtsi +++ b/dts/arm/st/f4/stm32f4.dtsi @@ -23,7 +23,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/f7/stm32f723.dtsi b/dts/arm/st/f7/stm32f723.dtsi index 98a6095ca04..915ffde6f4f 100644 --- a/dts/arm/st/f7/stm32f723.dtsi +++ b/dts/arm/st/f7/stm32f723.dtsi @@ -10,7 +10,6 @@ /* 64KB DTCM @ 0x20000000, 176KB SRAM1 @ 0x20010000, 16KB SRAM2 @ 0x2003C00 */ sram0: memory@20010000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20010000 DT_SIZE_K(192)>; }; diff --git a/dts/arm/st/f7/stm32f746.dtsi b/dts/arm/st/f7/stm32f746.dtsi index 40195567cb4..1bce3ad0e50 100644 --- a/dts/arm/st/f7/stm32f746.dtsi +++ b/dts/arm/st/f7/stm32f746.dtsi @@ -10,7 +10,6 @@ /* 64KB DTCM @ 20000000, 240KB SRAM1 @ 20010000, 16KB SRAM2 @ 2004C000 */ sram0: memory@20010000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20010000 DT_SIZE_K(256)>; }; diff --git a/dts/arm/st/f7/stm32f769.dtsi b/dts/arm/st/f7/stm32f769.dtsi index c695a4529bd..b58a4e5427b 100644 --- a/dts/arm/st/f7/stm32f769.dtsi +++ b/dts/arm/st/f7/stm32f769.dtsi @@ -10,7 +10,6 @@ /* 128KB DTCM @ 20000000, 368KB SRAM1 @ 20020000, 16KB SRAM2 @ 2007C000 */ sram0: memory@20020000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20020000 DT_SIZE_K(384)>; }; diff --git a/dts/arm/st/g0/stm32g0.dtsi b/dts/arm/st/g0/stm32g0.dtsi index ccb4f7d6b5e..30c0e059e28 100644 --- a/dts/arm/st/g0/stm32g0.dtsi +++ b/dts/arm/st/g0/stm32g0.dtsi @@ -23,7 +23,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/h7/stm32h747Xi_m4.dtsi b/dts/arm/st/h7/stm32h747Xi_m4.dtsi index 4b40dc5906c..f1a7e9d911b 100644 --- a/dts/arm/st/h7/stm32h747Xi_m4.dtsi +++ b/dts/arm/st/h7/stm32h747Xi_m4.dtsi @@ -14,7 +14,6 @@ /* system data RAM accessible over over AXI bus */ sram1: memory@10000000 { - device_type = "memory"; reg = <0x10000000 DT_SIZE_K(288)>; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/h7/stm32h747Xi_m7.dtsi b/dts/arm/st/h7/stm32h747Xi_m7.dtsi index a34a1aa39b0..e1817c61e5d 100644 --- a/dts/arm/st/h7/stm32h747Xi_m7.dtsi +++ b/dts/arm/st/h7/stm32h747Xi_m7.dtsi @@ -14,7 +14,6 @@ /* system data RAM accessible over over AXI bus */ sram0: memory@24000000 { - device_type = "memory"; reg = <0x24000000 DT_SIZE_K(512)>; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/l0/stm32l0.dtsi b/dts/arm/st/l0/stm32l0.dtsi index 8af88c3e5b9..e0db7162982 100644 --- a/dts/arm/st/l0/stm32l0.dtsi +++ b/dts/arm/st/l0/stm32l0.dtsi @@ -23,7 +23,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/l1/stm32l1.dtsi b/dts/arm/st/l1/stm32l1.dtsi index 92e998033c5..ab444490b6e 100644 --- a/dts/arm/st/l1/stm32l1.dtsi +++ b/dts/arm/st/l1/stm32l1.dtsi @@ -23,7 +23,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/l4/stm32l4.dtsi b/dts/arm/st/l4/stm32l4.dtsi index c2c97971bea..eefc4a68a68 100644 --- a/dts/arm/st/l4/stm32l4.dtsi +++ b/dts/arm/st/l4/stm32l4.dtsi @@ -24,7 +24,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/st/wb/stm32wb.dtsi b/dts/arm/st/wb/stm32wb.dtsi index c8c7cbadaf2..8a251ef2c07 100644 --- a/dts/arm/st/wb/stm32wb.dtsi +++ b/dts/arm/st/wb/stm32wb.dtsi @@ -22,7 +22,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/ti/cc13x2_cc26x2.dtsi b/dts/arm/ti/cc13x2_cc26x2.dtsi index 219da3455c1..3e4feb53fdd 100644 --- a/dts/arm/ti/cc13x2_cc26x2.dtsi +++ b/dts/arm/ti/cc13x2_cc26x2.dtsi @@ -21,13 +21,11 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; /* VIMS RAM configurable in CCFG as GPRAM or cache for FLASH (default) */ sram1: memory@11000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x11000000 0x2000>; }; diff --git a/dts/arm/ti/cc2650.dtsi b/dts/arm/ti/cc2650.dtsi index 64ca1cc6f4c..fc46d6a3b94 100644 --- a/dts/arm/ti/cc2650.dtsi +++ b/dts/arm/ti/cc2650.dtsi @@ -19,7 +19,6 @@ }; 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 cac06502263..16f7e2b2978 100644 --- a/dts/arm/ti/cc32xx.dtsi +++ b/dts/arm/ti/cc32xx.dtsi @@ -32,7 +32,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; }; diff --git a/dts/arm/ti/lm3s6965.dtsi b/dts/arm/ti/lm3s6965.dtsi index 0c87176ad29..beded874b7c 100644 --- a/dts/arm/ti/lm3s6965.dtsi +++ b/dts/arm/ti/lm3s6965.dtsi @@ -15,7 +15,6 @@ }; sram0: memory@20000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x20000000 (64*1024)>; };