mtd: spi-nor: Support zb25vq128a 16mb spiflash
This commit is contained in:
parent
1d34f5709f
commit
bb1c7fe7b9
@ -16,6 +16,9 @@ static const struct flash_info xmc_nor_parts[] = {
|
||||
{ "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
|
||||
SPI_NOR_QUAD_READ) },
|
||||
{ "ZB25VQ128A", INFO(0x5e4018, 0, 64 * 1024, 256)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
|
||||
SPI_NOR_QUAD_READ) },
|
||||
};
|
||||
|
||||
const struct spi_nor_manufacturer spi_nor_xmc = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user