flash: Add support for SPI flash s25fl512s

Reviewed by:	kp
Approved by:	kp (mentor)
Sponsored by:	Axiado
This commit is contained in:
Nick O'Brien 2020-10-02 17:33:56 +00:00
parent d262168916
commit 3f59a7f97b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366366

View File

@ -133,6 +133,7 @@ static struct mx25l_flash_ident flash_devices[] = {
{ "s25fl064", 0x01, 0x0216, 64 * 1024, 128, FL_NONE },
{ "s25fl128", 0x01, 0x2018, 64 * 1024, 256, FL_NONE },
{ "s25fl256s", 0x01, 0x0219, 64 * 1024, 512, FL_NONE },
{ "s25fl512s", 0x01, 0x0220, 64 * 1024, 1024, FL_NONE },
{ "SST25VF010A", 0xbf, 0x2549, 4 * 1024, 32, FL_ERASE_4K | FL_ERASE_32K },
{ "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },