]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
spi: add support for ISSI IS25WP02GG flash
authorJeffrey Yu <jeyu@issi.com>
Tue, 26 Aug 2025 23:30:03 +0000 (23:30 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 20 Feb 2026 16:39:19 +0000 (10:39 -0600)
This patch adds support for the ISSI IS25WP02GG QSPI NOR flash device.
Tested on the Versal VMK180
board in dual-parallel QSPI configuration.

Signed-off-by: jeffrey yu <jeyu@issi.com>
drivers/mtd/spi/spi-nor-ids.c

index 04f6c4d955e4bba0cb3daf97c42ca442caaf10c0..e7fea3757067dc918d5717913d076c1044a49840 100644 (file)
@@ -256,6 +256,8 @@ const struct flash_info spi_nor_ids[] = {
                        SECT_4K | USE_FSR | SPI_NOR_4B_OPCODES | SPI_NOR_HAS_TB) },
        { INFO("is25lp01gg",  0x9d6021, 0, 64 * 1024, 2048,
                        SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_TB) },
+       { INFO("is25wp02gg",  0x9d7022, 0, 64 * 1024, 4096,
+                       SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_TB) },
 #endif
 #ifdef CONFIG_SPI_FLASH_MACRONIX       /* MACRONIX */
        /* Macronix */