blob: 2dae5675d8cb1c5322bcd9b32eb0a63be038168e [file] [log] [blame]
/*
* Copyright (c) 2021 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,flash-controller = &flash;
};
};
&quadspi {
qspi-nor-flash@0 {
partitions {
/delete-node/ partition@a0000;
};
};
};
&flash0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
/* Set 2KB of storage at the end of 1MB flash */
storage_partition: partition@ff800 {
label = "storage";
reg = <0x000ff800 0x00000800>;
};
};
};