From a54a2460d3756346ebac557a663e0950c86d288c Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 21 Apr 2020 13:14:35 -0500 Subject: [PATCH] dts: arm: nxp: nxp_lpc55s6x: Fix sram ranges property There was a typo bug in the SRAM ranges property that causes the SRAM nodes to appear at the wrong addresses. Signed-off-by: Kumar Gala --- dts/arm/nxp/nxp_lpc55S6x.dtsi | 2 +- dts/arm/nxp/nxp_lpc55S6x_ns.dtsi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dts/arm/nxp/nxp_lpc55S6x.dtsi b/dts/arm/nxp/nxp_lpc55S6x.dtsi index cf960fa760e..659cf4c27e5 100644 --- a/dts/arm/nxp/nxp_lpc55S6x.dtsi +++ b/dts/arm/nxp/nxp_lpc55S6x.dtsi @@ -12,7 +12,7 @@ / { soc { sram: sram@14000000 { - ranges = <0x400000 0x1400000 0x20000000>; + ranges = <0x4000000 0x14000000 0x20000000>; }; peripheral: peripheral@50000000 { diff --git a/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi b/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi index eb000a6b203..9184c594d61 100644 --- a/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi +++ b/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi @@ -6,8 +6,8 @@ / { soc { - sram: sram@400000 { - ranges = <0x400000 0x400000 0x20000000>; + sram: sram@4000000 { + ranges = <0x4000000 0x4000000 0x20000000>; }; peripheral: peripheral@40000000 {