ramtron.c: add FM25V02A-DGQ

This commit is contained in:
Beat Küng 2023-06-08 14:27:54 +02:00 committed by Xiang Xiao
parent cb2849b4ab
commit cbbeec3183
1 changed files with 12 additions and 0 deletions

View File

@ -201,6 +201,18 @@ static const struct ramtron_parts_s g_ramtron_parts[] =
#ifdef CONFIG_RAMTRON_CHUNKING
, false, /* chunked */
RAMTRON_EMULATE_PAGE_SIZE /* chunksize */
#endif
},
{
"FM25V02A-DGQ", /* name */
0x22, /* id1 */
0x48, /* id2 */
32L * 1024L, /* size */
2, /* addr_len */
RAMTRON_INIT_CLK_MAX /* speed */
#ifdef CONFIG_RAMTRON_CHUNKING
, false, /* chunked */
RAMTRON_EMULATE_PAGE_SIZE /* chunksize */
#endif
},
{