blob: 5b40394859052a472bff74bfd1139b3ad328b75f [file] [log] [blame]
/*
* Copyright (c) 2023 Antmicro
*
* SPDX-License-Identifier: Apache-2.0
*/
&flashcontroller0 {
reg = <0x00000000 DT_SIZE_M(128)>;
};
&flash0 {
reg = <0x00000000 DT_SIZE_M(128)>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
storage: partition@0 {
reg = <0x00000000 0x08000000>;
};
};
};
/ {
storage_disk {
compatible = "zephyr,flash-disk";
partition = <&storage>;
disk-name = "NAND";
cache-size = <4096>;
};
};