&mx25r64 {
	partitions {
		compatible = "fixed-partitions";
		#address-cells = <1>;
		#size-cells = <1>;

		partition@0 {
			label = "ens_storage";
			reg = <0x0000000 0x00300000>;
		};
	};
};