1/* 2 * Copyright (c) 2024 Maxime Vincent <maxime@veemax.be> 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_lpc55S2x_common.dtsi" 20 21&iap { 22 status = "okay"; 23}; 24