Skip to content
Snippets Groups Projects
Commit bd75c63a authored by Shaohui Xie's avatar Shaohui Xie Committed by Mike Frysinger
Browse files

sf: eon: add support for EN25Q32B parts

parent 8d1af942
Branches
Tags
No related merge requests found
...@@ -33,6 +33,14 @@ struct eon_spi_flash_params { ...@@ -33,6 +33,14 @@ struct eon_spi_flash_params {
}; };
static const struct eon_spi_flash_params eon_spi_flash_table[] = { static const struct eon_spi_flash_params eon_spi_flash_table[] = {
{
.idcode1 = 0x16,
.page_size = 256,
.pages_per_sector = 16,
.sectors_per_block = 16,
.nr_sectors = 1024,
.name = "EN25Q32B",
},
{ {
.idcode1 = 0x18, .idcode1 = 0x18,
.page_size = 256, .page_size = 256,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment