1/* 2 * Copyright 2022 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 soc { 9 sram: sram@400000 { 10 ranges = <0x4000000 0x4000000 0x20000000>; 11 }; 12 13 peripheral: peripheral@40000000 { 14 ranges = <0x0 0x40000000 0x10000000>; 15 }; 16 }; 17}; 18 19#include "nxp_lpc55S3x_common.dtsi" 20 21/* 22 * lpc55S_36: 23 * Combine SRAM0, SRAM1, SRAM2, SRAM3, SRAM4 for total of 112K RAM 24 */ 25&sram0 { 26 compatible = "mmio-sram"; 27 reg = <0x20000000 DT_SIZE_K(112)>; 28}; 29