1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2005, Intec Automation Inc.
4 * Copyright (C) 2014, Freescale Semiconductor, Inc.
7 #include <linux/mtd/spi-nor.h>
11 static const struct flash_info xmc_parts[] = {
12 /* XMC (Wuhan Xinxin Semiconductor Manufacturing Corp.) */
13 { "XM25QH64A", INFO(0x207017, 0, 64 * 1024, 128)
14 NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
16 { "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256)
17 NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
21 const struct spi_nor_manufacturer spi_nor_xmc = {
24 .nparts = ARRAY_SIZE(xmc_parts),