Lines Matching +full:erase +full:- +full:block +full:- +full:size
2 # SPDX-License-Identifier: Apache-2.0
8 include: [spi-device.yaml]
11 jedec-id:
12 type: uint8-array
16 size:
21 sector-size:
24 description: Flash sector size in bytes.
26 sector-0a-pages:
32 and has its size equal to eight pages (one block) and the second one
33 (usually 0b) is the complement to the size of a regular sector.
34 This property allows specifying the size (in pages) of that first sector
36 Value of zero means that the flash chip has all sectors of equal size.
38 block-size:
41 description: Flash block size in bytes.
43 page-size:
46 description: Flash page size in bytes.
48 no-chip-erase:
51 If set, indicates that the chip does not support the chip erase command.
53 no-sector-erase:
56 If set, indicates that the chip does not support the sector erase command.
58 use-udpd:
61 When set, the driver will use the Ultra-Deep Power-Down command instead
62 of the default Deep Power-Down one to put the chip into low power mode.
65 SRAM buffers in the chip, the difference between the Deep and Ultra-Deep
66 Power-Down modes is that the chip consumes far less power in the latter
69 enter-dpd-delay:
73 Time, in nanoseconds, needed by the chip to enter the Deep Power-Down
74 mode (or Ultra-Deep Power-Down mode when the "use-udpd" property is set)
77 exit-dpd-delay:
81 Time, in nanoseconds, needed by the chip to exit from the Deep Power-Down
82 mode (or Ultra-Deep Power-Down mode when the "use-udpd" property is set)
85 reset-gpios:
86 type: phandle-array
92 wp-gpios:
93 type: phandle-array