summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/spi')
-rw-r--r--src/drivers/spi/winbond.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/spi/winbond.c b/src/drivers/spi/winbond.c
index e4151de9ce22..9fe0492b751e 100644
--- a/src/drivers/spi/winbond.c
+++ b/src/drivers/spi/winbond.c
@@ -191,6 +191,14 @@ static const struct spi_flash_part_id flash_table[] = {
.bp_bits = 3,
},
{
+ /* W25Q512NW-IM */
+ .id[0] = 0x8020,
+ .nr_sectors_shift = 11,
+ .fast_read_dual_output_support = 1,
+ .protection_granularity_shift = 16,
+ .bp_bits = 4,
+ },
+ {
/* W25Q256_V */
.id[0] = 0x4019,
.nr_sectors_shift = 13,