blob: fc8083d4374dcc3f0da5b44f8d7c79a519df812c [file] [log] [blame]
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/delete-node/ &storage_partition;
&mx25l6433f {
partitions {
small_partition: partition@0 {
label = "small";
reg = <0x00000000 0x00010000>;
};
medium_partition: partition@10000 {
label = "medium";
reg = <0x00010000 0x000F0000>;
};
large_partition: partition@100000 {
label = "large";
reg = <0x00100000 0x00300000>;
};
};
};