From 37699f87a38718fcbac0b2584be691e99e972c69 Mon Sep 17 00:00:00 2001 From: Andrei Gansari Date: Mon, 11 Nov 2019 12:08:52 +0200 Subject: [PATCH] dts: lpc55s69 non-secure all flash regions Added reserved partition and bootrom partiotions. Signed-off-by: Andrei Gansari --- dts/arm/nxp/nxp_lpc55S6x_ns.dtsi | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi b/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi index 96c4538319f..8df8c364364 100644 --- a/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi +++ b/dts/arm/nxp/nxp_lpc55S6x_ns.dtsi @@ -72,7 +72,6 @@ }; soc { - flash-controller@40034000 { compatible = "nxp,lpc-iap"; label = "FLASH_IAP"; @@ -87,17 +86,17 @@ erase-block-size = <512>; write-block-size = <512>; }; - }; - flash_reserved: flash@0009d800 { - compatible = "soc-nv-flash"; - reg = <0x0009d800 DT_SIZE_K(10)>; - status = "disabled"; - }; + flash_reserved: flash@0009d800 { + compatible = "soc-nv-flash"; + reg = <0x0009d800 DT_SIZE_K(10)>; + status = "disabled"; + }; - boot_rom: flash@3000000 { - compatible = "soc-nv-flash"; - reg = <0x3000000 DT_SIZE_K(128)>; + boot_rom: flash@3000000 { + compatible = "soc-nv-flash"; + reg = <0x3000000 DT_SIZE_K(128)>; + }; }; usart0: usart@40086000 {