mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
flash: Add GigaDevice gd25q128 flash
Add this flash chip which is a 128Mb spi flash. MFC after: 1 week
This commit is contained in:
parent
c0750d9d04
commit
d1ecd3ac13
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ static struct mx25l_flash_ident flash_devices[] = {
|
|||
|
||||
/* GigaDevice */
|
||||
{ "gd25q64", 0xc8, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
|
||||
{ "gd25q128", 0xc8, 0x4018, 64 * 1024, 256, FL_ERASE_4K },
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue