mirror of
https://xff.cz/git/u-boot/
synced 2025-10-04 08:51:43 +02:00
sf: stmicro: Add support for N25Q32
Add support for Numonyx N25Q32 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Tom Rini
parent
f785fcb631
commit
c75c92122f
@@ -92,6 +92,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
|
|||||||
.nr_sectors = 64,
|
.nr_sectors = 64,
|
||||||
.name = "M25P128",
|
.name = "M25P128",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = 0xba16,
|
||||||
|
.pages_per_sector = 256,
|
||||||
|
.nr_sectors = 64,
|
||||||
|
.name = "N25Q32",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.id = 0xba17,
|
.id = 0xba17,
|
||||||
.pages_per_sector = 256,
|
.pages_per_sector = 256,
|
||||||
|
Reference in New Issue
Block a user