We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec5d413 + f40160a commit 3e52078Copy full SHA for 3e52078
1 file changed
src/flash/nor/spi.c
@@ -83,5 +83,6 @@ const struct flash_device flash_devices[] = {
83
FLASH_ID("gd gd25q16c", 0xd8, 0xc7, 0x001540c8, 0x100, 0x10000, 0x200000),
84
FLASH_ID("gd gd25q32c", 0xd8, 0xc7, 0x001640c8, 0x100, 0x10000, 0x400000),
85
FLASH_ID("gd gd25q128c", 0xd8, 0xc7, 0x001840c8, 0x100, 0x10000, 0x1000000),
86
+ FLASH_ID ("xtx xt25f08", 0xd8, 0xc7, 0x0014400b, 0x100, 0x10000, 0x100000),
87
FLASH_ID(NULL, 0, 0, 0, 0, 0, 0)
88
};
0 commit comments