X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fspi.c;fp=src%2Fflash%2Fnor%2Fspi.c;h=eb6db9214b23034cff0b4f305a351391eefb9943;hb=76586814a58106c43549feea7a1e4ba16eee9c27;hp=5bb322c1f958cd6bcc4eb37bef394ea444f312c1;hpb=7aade468437a8b50e231c29c9889b67fe53dbccc;p=openocd diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 5bb322c1..eb6db921 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -75,5 +75,6 @@ const struct flash_device flash_devices[] = { FLASH_ID("win w25q32dw", 0xd8, 0xc7, 0x001660ef, 0x100, 0x10000, 0x400000), FLASH_ID("win w25q64cv", 0xd8, 0xc7, 0x001740ef, 0x100, 0x10000, 0x800000), FLASH_ID("gd gd25q20", 0x20, 0xc7, 0x00c84012, 0x100, 0x1000, 0x80000), + FLASH_ID("micron n25q128", 0xd8, 0xc7, 0x0018ba20, 0x100, 0x10000, 0x1000000), FLASH_ID(NULL, 0, 0, 0, 0, 0, 0) };