Skip to content

Commit 1d0387c

Browse files
author
wangyanwen
committed
nor/spi:add fm25q128
Change-Id: Ie1cf93ff9a5f2f79391a4371553a22552eb70bfa
1 parent 324a1ce commit 1d0387c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flash/nor/spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const struct flash_device flash_devices[] = {
157157
FLASH_ID("xt xt25f256b", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x0019400b, 0x100, 0x10000, 0x1000000),
158158
FLASH_ID("en en25s40a", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x0013381c, 0x100, 0x10000, 0x400000),
159159
FLASH_ID("by by25q32al", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x00166068, 0x100, 0x10000, 0x400000),
160+
FLASH_ID("fm fm25q128", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x001840a1, 0x100, 0x10000, 0x1000000),
160161

161162
FLASH_ID("custom flash", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x12345678, 0x100, 0x10000, 0x10000000),
162163

0 commit comments

Comments
 (0)