mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 01:16:36 +00:00
Merged in bkueng/nuttx-1/bkueng/mtd-add-fujistu-mb85rs256b-ramtron-suppo-1471976814505 (pull request #124)
mtd: Add Fujistu MB85RS256B ramtron support
This commit is contained in:
commit
fab80037aa
1 changed files with 8 additions and 0 deletions
|
|
@ -264,6 +264,14 @@ static const struct ramtron_parts_s g_ramtron_parts[] =
|
|||
3, /* addr_len */
|
||||
25000000 /* speed */
|
||||
},
|
||||
{
|
||||
"MB85RS256B", /* name */
|
||||
0x05, /* id1 */
|
||||
0x09, /* id2 */
|
||||
32L*1024L, /* size */
|
||||
3, /* addr_len */
|
||||
25000000 /* speed */
|
||||
},
|
||||
#ifdef CONFIG_RAMTRON_FRAM_NON_JEDEC
|
||||
{
|
||||
"FM25H20", /* name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue