Lines Matching +full:flash +full:- +full:id
2 # SPDX-License-Identifier: Apache-2.0
4 description: Atmel AT45 (or compatible) SPI flash
8 include: [spi-device.yaml]
11 jedec-id:
12 type: uint8-array
14 description: JEDEC ID as manufacturer ID (1 byte) and device ID (2 bytes).
19 description: Flash capacity in bits.
21 sector-size:
24 description: Flash sector size in bytes.
26 sector-0a-pages:
30 Most available AT45 flash chips have their first two sectors shorter
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:
53 no-sector-erase:
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