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 = <0x1FFFF000 DT_SIZE_K(16)>;
11};
12
13&flash0 {
14	reg = <0 DT_SIZE_K(64)>;
15};
16
17&usb {
18	no-voltage-regulator;
19};
20