add nand GD5F1GM7X in ramboot

This commit is contained in:
hyx 2026-04-13 16:49:20 +08:00
parent 0914843dc4
commit bd5331bea2
4 changed files with 14 additions and 0 deletions

View File

@ -219,6 +219,20 @@ struct spi_nand_flash spi_nand_table[] = {
.options = SPINAND_ECC_MODE_24_bit | SPINAND_SUPPORT_DUAL | SPINAND_SUPPORT_QUAD ,
},
{
.name = "GD5F1GM7X",
.id_info = {
.id_addr = SPI_NAND_ID_NO_DUMMY,
.id_len = 2,
},
.dev_id = {0xC8, 0x91},
.page_size = 2048,
.page_spare_size = 128,
.pages_per_blk = 64,
.blks_per_chip = 1024,
.options = SPINAND_ECC_MODE_24_bit | SPINAND_SUPPORT_DUAL | SPINAND_SUPPORT_QUAD ,
},
{
.name = "GD5F2GQ4U",
.id_info = {