mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
sf: stmicro: Add support for N25Q32A
Add support for Numonyx N25Q32A 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:
parent
c75c92122f
commit
b1431dac32
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
|
|||
.nr_sectors = 64,
|
||||
.name = "N25Q32",
|
||||
},
|
||||
{
|
||||
.id = 0xbb16,
|
||||
.pages_per_sector = 256,
|
||||
.nr_sectors = 64,
|
||||
.name = "N25Q32A",
|
||||
},
|
||||
{
|
||||
.id = 0xba17,
|
||||
.pages_per_sector = 256,
|
||||
|
|
Loading…
Add table
Reference in a new issue