mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-04 20:36:52 +02:00
12 lines
189 B
Text
12 lines
189 B
Text
&flash0 {
|
|
partitions {
|
|
compatible = "fixed-partitions";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
partition@0 {
|
|
label = "ens_storage";
|
|
reg = <0x0 0x00004000>;
|
|
};
|
|
};
|
|
};
|