dts: mcxc444: add dts for mcxc444
add dts for mcxc444 Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
abad7ba7f7
commit
c209924742
1 changed files with 15 additions and 0 deletions
15
dts/arm/nxp/nxp_mcxc444.dtsi
Normal file
15
dts/arm/nxp/nxp_mcxc444.dtsi
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <nxp/nxp_mcxc_common.dtsi>
|
||||
|
||||
&sram0 {
|
||||
reg = <0x1FFFE000 DT_SIZE_K(32)>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
reg = <0 DT_SIZE_K(256)>;
|
||||
};
|
||||
Loading…
Reference in a new issue