From 4a4ae9823aeb5dc05e94179e28fe2a8ff7a7ff15 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 5 Nov 2015 03:13:10 +0000 Subject: 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! --- sys/dev/flash/mx25l.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/flash') diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index 24c9323a9d33f..d9aaa1c249357 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -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 */ -- cgit v1.3