blob: e803042f2d85765f202ac9cf2cb1a022e7df126f [file] [log] [blame]
/*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/delete-node/ &storage_partition;
&flash0 {
partitions {
/* Set 3KB of storage at the end of 128KB flash */
storage_partition: partition@1f400 {
label = "storage";
reg = <0x0001f400 DT_SIZE_K(3)>;
};
};
};