18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2022 STMicroelectronics
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/delete-node/ &storage_partition;
|
||
|
|
||
|
&flash0 {
|
||
|
partitions {
|
||
|
/* Set 6KB of storage at the end of 512KB flash */
|
||
|
storage_partition: partition@7e800 {
|
||
|
label = "storage";
|
||
|
reg = <0x0007e800 DT_SIZE_K(6)>;
|
||
|
};
|
||
|
};
|
||
|
};
|