diff options
-rw-r--r-- | flashchips.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c index 90a096f9..d3c1831b 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2795,6 +2795,22 @@ struct flashchip flashchips[] = { { .vendor = "Winbond", + .name = "W25x16", + .bustype = CHIP_BUSTYPE_SPI, + .manufacture_id = WINBOND_NEX_ID, + .model_id = W_25X16, + .total_size = 2048, + .page_size = 256, + .tested = TEST_OK_PR, + .probe = probe_spi_rdid, + .probe_timing = TIMING_ZERO, + .erase = spi_chip_erase_c7, + .write = spi_chip_write_256, + .read = spi_chip_read, + }, + + { + .vendor = "Winbond", .name = "W29C011", .bustype = CHIP_BUSTYPE_PARALLEL, .manufacture_id = WINBOND_ID, |