Lines Matching +full:erase +full:- +full:block +full:- +full:size
2 # SPDX-License-Identifier: Apache-2.0
4 description: Block storage device on flash partition
6 compatible: "zephyr,flash-disk"
17 disk-name:
23 sector-size:
27 Emulated block device sector size in bytes.
29 cache-size:
33 Size of statically allocated buffer size in bytes. The size should be
34 adequately chosen. On storage backends with uniform erase-blocks it
35 should be at least the erase-block-size, on storage backends with
36 non-uniform erase-blocks it should be at least the largest
37 erase-block-size. The cache-size property is ignored if the partition
38 is read-only.