mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Further NAND development
This commit is contained in:
@@ -168,15 +168,15 @@
|
||||
|
||||
/* Address for transferring command bytes to the nandflash, CLE A22*/
|
||||
|
||||
#define BOARD_NF_COMMAND_ADDR 0x60400000
|
||||
#define BOARD_EBICS3_NAND_CMDADDR 0x60400000
|
||||
|
||||
/* Address for transferring address bytes to the nandflash, ALE A21*/
|
||||
|
||||
#define BOARD_NF_ADDRESS_ADDR 0x60200000
|
||||
#define BOARD_EBICS3_NAND_ADDRADDR 0x60200000
|
||||
|
||||
/* Address for transferring data bytes to the nandflash.*/
|
||||
|
||||
#define BOARD_NF_DATA_ADDR 0x60000000
|
||||
#define BOARD_EBICS3_NAND_DATAADDR 0x60000000
|
||||
|
||||
/* PIO configuration ****************************************************************/
|
||||
/* LCDC */
|
||||
|
||||
Reference in New Issue
Block a user