summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi-nor-ids.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/spi/spi-nor-ids.c')
-rw-r--r--drivers/mtd/spi/spi-nor-ids.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index a292d0ad9f6..04f6c4d955e 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -86,6 +86,19 @@ const struct flash_info spi_nor_ids[] = {
{ INFO("en25qh128", 0x1c7018, 0, 64 * 1024, 256, 0) },
{ INFO("en25s64", 0x1c3817, 0, 64 * 1024, 128, SECT_4K) },
#endif
+#ifdef CONFIG_SPI_FRAM_FUJITSU
+ /* Fujitsu MB85RS256TY */
+ {
+ INFO_NAME("mb85rs256ty")
+ .id = {0x04, 0x7f, 0x25, 0x00, 0x00},
+ .id_len = 3,
+ .sector_size = 32 * 1024,
+ .n_sectors = 1,
+ .page_size = 32 * 1024, /* Whole chip can be written at once */
+ .flags = SPI_NOR_NO_ERASE,
+ .addr_width = 2,
+ },
+#endif
#ifdef CONFIG_SPI_FLASH_GIGADEVICE /* GIGADEVICE */
/* GigaDevice */
{