diff options
Diffstat (limited to 'flashchips.h')
-rw-r--r-- | flashchips.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h index 6a7b0ae8..f487248e 100644 --- a/flashchips.h +++ b/flashchips.h @@ -890,6 +890,9 @@ * byte of device ID is related to log(bitsize). */ #define WINBOND_NEX_ID 0xEF /* Winbond (ex Nexcom) serial flashes */ +#define WINBOND_NEX_W25P80 0x2014 +#define WINBOND_NEX_W25P16 0x2015 +#define WINBOND_NEX_W25P32 0x2016 #define WINBOND_NEX_W25X10 0x3011 #define WINBOND_NEX_W25X20 0x3012 #define WINBOND_NEX_W25X40 0x3013 |