add nand GD5F1GM7X in ramboot
This commit is contained in:
parent
0914843dc4
commit
bd5331bea2
@ -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 = {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user