From 709800a9d5016fa6d3fcf494a2f4cb2b3592124d Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 14 Apr 2020 09:25:56 -0500 Subject: [PATCH] dts: arm: nxp: lpc54xxx: Move SRAM nodes under SoC As the SRAMs are part of the SoC put the nodes under the SoC container node. Signed-off-by: Kumar Gala --- dts/arm/nxp/nxp_lpc54xxx.dtsi | 39 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/dts/arm/nxp/nxp_lpc54xxx.dtsi b/dts/arm/nxp/nxp_lpc54xxx.dtsi index d3ad253cd40..e751d49221f 100644 --- a/dts/arm/nxp/nxp_lpc54xxx.dtsi +++ b/dts/arm/nxp/nxp_lpc54xxx.dtsi @@ -29,27 +29,26 @@ }; }; - sram0:memory@20000000 { - compatible = "mmio-sram"; - reg = <0x20000000 0x10000>; - }; - - sram1:memory@20010000 { - compatible = "mmio-sram"; - reg = <0x20010000 0x10000>; - }; - - sram2:memory@20020000 { - compatible = "mmio-sram"; - reg = <0x20020000 0x8000>; - }; - - sramx:memory@40000000{ - compatible = "mmio-sram"; - reg = <0x40000000 0x8000>; - }; - soc { + sram0:memory@20000000 { + compatible = "mmio-sram"; + reg = <0x20000000 0x10000>; + }; + + sram1:memory@20010000 { + compatible = "mmio-sram"; + reg = <0x20010000 0x10000>; + }; + + sram2:memory@20020000 { + compatible = "mmio-sram"; + reg = <0x20020000 0x8000>; + }; + + sramx:memory@40000000{ + compatible = "mmio-sram"; + reg = <0x40000000 0x8000>; + }; flash0:flash@0 { compatible = "soc-nv-flash";