Adds device descriptor for the MB5RS2MTA 256KB FRAM part
This commit is contained in:
parent
22548d71eb
commit
d12e2778a5
@ -297,6 +297,18 @@ static const struct ramtron_parts_s g_ramtron_parts[] =
|
||||
#ifdef CONFIG_RAMTRON_CHUNKING
|
||||
, false, /* chunked */
|
||||
RAMTRON_EMULATE_PAGE_SIZE /* chunksize */
|
||||
#endif
|
||||
},
|
||||
{
|
||||
"MB85RS2MT", /* name */
|
||||
0x48, /* id1 */
|
||||
0x03, /* id2 */
|
||||
256L * 1024L, /* size */
|
||||
3, /* addr_len */
|
||||
25000000 /* speed */
|
||||
#ifdef CONFIG_RAMTRON_CHUNKING
|
||||
, false, /* chunked */
|
||||
RAMTRON_EMULATE_PAGE_SIZE /* chunksize */
|
||||
#endif
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user