/* * Copyright (c) 2024 STMicroelectronics * * SPDX-License-Identifier: Apache-2.0 */ /delete-node/ &storage_partition; &quadspi { status = "disabled"; }; &flash0 { partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; /* Reserve 4KiB of flash for storage_partition. */ storage_partition: partition@1f000 { label = "storage"; reg = <0x0001f000 DT_SIZE_K(4)>; }; }; };