CovidBracelet/zephyr/nrf52840dk_nrf52840.overlay

15 lines
224 B
Plaintext

/delete-node/ &storage_partition;
&mx25r64 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "storage";
reg = <0x0000000 0x00300000>;
};
};
};