1/* 2 * Copyright (c) 2019 Jan Van Winkel <jan.van_winkel@dxplore.eu> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/delete-node/ &storage_partition; 8/delete-node/ &scratch_partition; 9 10&flash0 { 11 partitions { 12 compatible = "fixed-partitions"; 13 #address-cells = <1>; 14 #size-cells = <1>; 15 16 storage_partition: partition@70000 { 17 label = "storage"; 18 reg = <0x00070000 0x20000>; 19 }; 20 }; 21}; 22