1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <nxp/nxp_mcxc_common.dtsi> 8 9&sram0 { 10 reg = <0x1FFFE000 DT_SIZE_K(32)>; 11}; 12 13&flash0 { 14 reg = <0 DT_SIZE_K(256)>; 15}; 16