2024-08-30 16:30:39 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2024 NXP
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <nxp/nxp_mcxc_common.dtsi>
|
|
|
|
|
|
|
|
&sram0 {
|
|
|
|
reg = <0x1FFFF000 DT_SIZE_K(16)>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&flash0 {
|
|
|
|
reg = <0 DT_SIZE_K(64)>;
|
|
|
|
};
|
2024-10-01 18:00:25 +08:00
|
|
|
|
|
|
|
&usb {
|
|
|
|
no-voltage-regulator;
|
|
|
|
};
|