blob: 41e355cc0266e1568e8120e2a847b83329e10e43 [file] [log] [blame]
/*
* Copyright (c) 2020 Circuit Dojo LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
/delete-node/ &storage_partition;
&w25q16jv {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
littlefs_dev: partition@0 {
label = "storage";
reg = <0x00000000 0x00010000>;
};
};
};