diff options
-rw-r--r-- | at91lib/memories/spi-flash/at26.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/at91lib/memories/spi-flash/at26.c b/at91lib/memories/spi-flash/at26.c index 29522af..fefde6e 100644 --- a/at91lib/memories/spi-flash/at26.c +++ b/at91lib/memories/spi-flash/at26.c @@ -84,7 +84,9 @@ static const At26Desc at26Devices[] = { {"MX25L6405" , 0x001720C2, 8 * 1024 * 1024, 256, 64 * 1024, AT26_BLOCK_ERASE_64K},
// Other
{"SST25VF040B", 0x008D25BF, 4 * 1024 * 1024, 256, 32 * 1024, AT26_BLOCK_ERASE_32K},
- {"SST25VF512" , 0x000048BF, 64 * 1024, 256, 32 * 1024, AT26_BLOCK_ERASE_32K}
+ {"SST25VF512" , 0x000048BF, 64 * 1024, 256, 32 * 1024, AT26_BLOCK_ERASE_32K},
+ // Spansion
+ {"S25FL016A" , 0x00140201, 2 * 1024 * 1024, 256, 64 * 1024, AT26_BLOCK_ERASE_64K},
};
//------------------------------------------------------------------------------
|