mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 12:58:29 +08:00
Add support for the FM25V01 part
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Driver for SPI-based RAMTRON NVRAM Devices FM25V10 and others (not tested)
|
||||
*
|
||||
* Copyright (C) 2011 Uros Platise. All rights reserved.
|
||||
* Copyright (C) 2009-2010, 2012 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2009-2010, 2012-2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Uros Platise <uros.platise@isotel.eu>
|
||||
* Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
@@ -161,6 +161,14 @@ struct ramtron_dev_s
|
||||
|
||||
static struct ramtron_parts_s ramtron_parts[] =
|
||||
{
|
||||
{
|
||||
"FM25V01", /* name */
|
||||
0x21, /* id1 */
|
||||
0x00, /* id2 */
|
||||
16L*1024L, /* size */
|
||||
2, /* addr_len */
|
||||
40000000 /* speed */
|
||||
},
|
||||
{
|
||||
"FM25V02", /* name */
|
||||
0x22, /* id1 */
|
||||
|
||||
Reference in New Issue
Block a user