Skip to content
Snippets Groups Projects
Commit dd1f6798 authored by Beat Küng's avatar Beat Küng
Browse files

mtd: Add Fujistu MB85RS256B ramtron support

contributed by flatlevel from https://github.com/PX4/NuttX/pull/79
parent b29287b0
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment