Skip to content

Commit

Permalink
imxrt-flash: Support W25Q512NW-IQ/IN flash chips
Browse files Browse the repository at this point in the history
JIRA: RTOS-901
  • Loading branch information
Darchiv committed Aug 28, 2024
1 parent e279ca4 commit 10cca0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/imxrt-flash/nor.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static const struct nor_info flashInfo[] = {
{ FLASH_ID(0xef, 0x4019), "W25Q256JVEIQ", 32 * 1024 * 1024, 0x100, 0x1000 },
{ FLASH_ID(0xef, 0x6019), "W25Q256JW-Q", 32 * 1024 * 1024, 0x100, 0x1000 },
{ FLASH_ID(0xef, 0x8019), "W25Q256JW-M", 32 * 1024 * 1024, 0x100, 0x1000 },
{ FLASH_ID(0xef, 0x6020), "W25Q512NW-Q", 64 * 1024 * 1024, 0x100, 0x1000 },

/* ISSI */
{ FLASH_ID(0x9d, 0x7016), "IS25WP032", 4 * 1024 * 1024, 0x100, 0x1000 },
Expand Down

0 comments on commit 10cca0a

Please sign in to comment.