Skip to content
Snippets Groups Projects
Commit 04e15648 authored by Jagan Teki's avatar Jagan Teki
Browse files

sf: sst: Add support for SST25WF080


Add support for SST25WF080 SPI flash.

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 1465d055
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,12 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = {
.nr_sectors = 128,
.name = "SST25WF040",
},
{
.idcode1 = 0x05,
.flags = SST_FEAT_WP,
.nr_sectors = 256,
.name = "SST25WF080",
},
};
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment