Skip to content

Commit

Permalink
Adds device descriptor for the MB5RS2MTA 256KB FRAM part
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderkeys authored and xiaoxiang781216 committed Jun 17, 2022
1 parent 22548d7 commit d12e277
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/mtd/ramtron.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit d12e277

Please sign in to comment.