Skip to content

Commit 325b1fd

Browse files
noglitchvarshini-rajendran
authored andcommitted
mtd: spi-nor: atmel: add at25ff321a entry
Add the at25ff321a 4MB SPI flash which is able to provide SFDP information. Link: https://www.renesas.com/us/en/document/dst/at25ff321a-datasheet Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent a1e7307 commit 325b1fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/mtd/spi-nor/atmel.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ static const struct flash_info atmel_nor_parts[] = {
184184
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE)
185185
NO_SFDP_FLAGS(SECT_4K)
186186
.fixups = &atmel_nor_global_protection_fixups },
187+
{ "at25ff321a", INFO(0x1f4708, 0, 64 * 1024, 64)
188+
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE)
189+
PARSE_SFDP
190+
.fixups = &atmel_nor_global_protection_fixups },
187191
{ "at25df641", INFO(0x1f4800, 0, 64 * 1024, 128)
188192
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE)
189193
NO_SFDP_FLAGS(SECT_4K)

0 commit comments

Comments
 (0)