12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
|
/*
|
||
|
* Copyright 2024 NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <nxp/nxp_k2x.dtsi>
|
||
|
|
||
|
&flash0 {
|
||
|
reg = <0 DT_SIZE_K(512)>;
|
||
|
};
|