mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
mtd: spi-nor-ids: Add support for ESMT/EON EN25Q80B
The datasheet can be found here: https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/EN25Q80B_Ver.E.pdf Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
cf51339d5b
commit
d4091971ab
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ const struct flash_info spi_nor_ids[] = {
|
|||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_EON /* EON */
|
||||
/* EON -- en25xxx */
|
||||
{ INFO("en25q80b", 0x1c3014, 0, 64 * 1024, 16, SECT_4K) },
|
||||
{ INFO("en25q32b", 0x1c3016, 0, 64 * 1024, 64, 0) },
|
||||
{ INFO("en25q64", 0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
|
||||
{ INFO("en25q128b", 0x1c3018, 0, 64 * 1024, 256, 0) },
|
||||
|
|
Loading…
Reference in a new issue