1
0
Fork 0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2025-07-04 20:36:52 +02:00
CovidBracelet/zephyr/nrf52840dk_nrf52840.overlay
2021-05-25 18:06:15 +02:00

13 lines
No EOL
193 B
Text

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