Skip to content

Commit

Permalink
pre: Add support Winbond W25Q16JV(BV) and 25Q15JM SPI NOR flash.
Browse files Browse the repository at this point in the history
  • Loading branch information
McMCCRU committed Aug 24, 2021
1 parent be749d8 commit e1231af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spi_nor_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ static struct chip_info chips_data [] = {
{ "W25Q20EW", 0xef, 0x60120000, 64 * 1024, 4, 0 },
{ "W25Q80", 0xef, 0x50140000, 64 * 1024, 16, 0 },
{ "W25Q80BL", 0xef, 0x40140000, 64 * 1024, 16, 0 },
{ "W25Q16JQ", 0xef, 0x40150000, 64 * 1024, 32, 0 },
{ "W25Q16JM", 0xef, 0x70150000, 64 * 1024, 32, 0 },
{ "W25Q32BV", 0xef, 0x40160000, 64 * 1024, 64, 0 },
{ "W25Q32DW", 0xef, 0x60160000, 64 * 1024, 64, 0 },
{ "W25Q64BV", 0xef, 0x40170000, 64 * 1024, 128, 0 },
Expand Down

0 comments on commit e1231af

Please sign in to comment.