Lines Matching +full:sector +full:- +full:0 +full:a +full:- +full:pages
2 # SPDX-License-Identifier: Apache-2.0
8 include: [spi-device.yaml]
11 jedec-id:
12 type: uint8-array
21 sector-size:
24 description: Flash sector size in bytes.
26 sector-0a-pages:
31 than the consecutive ones. Usually, the first sector is marked as 0a
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
35 and defaults to the commonly used value of eight pages.
38 block-size:
43 page-size:
48 no-chip-erase:
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:
71 default: 0
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:
79 default: 0
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