mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
drivers: mtd: nand: Add winbond W25N04KWZEIR device
Change-Id: Id76f33547c3acb7db7e6ad35d478c77580f14ad1 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
68c7b3e7ff
commit
0edc112832
1 changed files with 16 additions and 0 deletions
|
|
@ -301,6 +301,22 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
||||||
.check_quad_config = false,
|
.check_quad_config = false,
|
||||||
.name = "W25N02KWZEIR",
|
.name = "W25N02KWZEIR",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = { 0xef, 0xba, 0x23 },
|
||||||
|
.page_size = 2048,
|
||||||
|
.erase_blk_size = 0x00020000,
|
||||||
|
.pgs_per_blk = 64,
|
||||||
|
.no_of_blocks = 4096,
|
||||||
|
.spare_size = 128,
|
||||||
|
.density = 0x20000000,
|
||||||
|
.otp_region = 0x2000,
|
||||||
|
.no_of_addr_cycle = 0x3,
|
||||||
|
.num_bits_ecc_correctability = 8,
|
||||||
|
.timing_mode_support = 0,
|
||||||
|
.quad_mode = true,
|
||||||
|
.check_quad_config = false,
|
||||||
|
.name = "W25N04KWZEIR",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.id = { 0xc2, 0x92 },
|
.id = { 0xc2, 0x92 },
|
||||||
.page_size = 2048,
|
.page_size = 2048,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue