mtd: Add Fujistu MB85RS256B ramtron support

contributed by flatlevel from https://github.com/PX4/NuttX/pull/79
This commit is contained in:
Beat Küng 2016-08-23 18:27:04 +00:00
parent b29287b022
commit dd1f679891

View File

@ -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 */