Adds device descriptor for the MB5RS2MTA 256KB FRAM part
This commit is contained in:
parent
22548d71eb
commit
d12e2778a5
1 changed files with 12 additions and 0 deletions
|
|
@ -297,6 +297,18 @@ static const struct ramtron_parts_s g_ramtron_parts[] =
|
||||||
#ifdef CONFIG_RAMTRON_CHUNKING
|
#ifdef CONFIG_RAMTRON_CHUNKING
|
||||||
, false, /* chunked */
|
, false, /* chunked */
|
||||||
RAMTRON_EMULATE_PAGE_SIZE /* chunksize */
|
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
|
#endif
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue