1/* 2 * Copyright 2023 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/delete-node/ &storage_partition; 8 9&mx25l6433f { 10 partitions { 11 small_partition: partition@0 { 12 label = "small"; 13 reg = <0x00000000 0x00010000>; 14 }; 15 medium_partition: partition@10000 { 16 label = "medium"; 17 reg = <0x00010000 0x000F0000>; 18 }; 19 large_partition: partition@100000 { 20 label = "large"; 21 reg = <0x00100000 0x00300000>; 22 }; 23 }; 24}; 25