1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Add support for s25fl256s. I /think/ it's a 32mb NOR flash part.

This is submitted by a FreeBSD wifi user who has requested they not
be named.  Thankyou!
This commit is contained in:
Adrian Chadd 2015-11-05 03:13:10 +00:00
parent 054d38e38c
commit 4a4ae9823a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290380

View File

@ -107,6 +107,7 @@ struct mx25l_flash_ident flash_devices[] = {
{ "s25fl032", 0x01, 0x0215, 64 * 1024, 64, FL_NONE },
{ "s25fl064", 0x01, 0x0216, 64 * 1024, 128, FL_NONE },
{ "s25fl128", 0x01, 0x2018, 64 * 1024, 256, FL_NONE },
{ "s25fl256s", 0x01, 0x0219, 64 * 1024, 512, FL_NONE },
{ "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },
/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */