Skip to content
Snippets Groups Projects
Commit 551265f0 authored by Thomas Chou's avatar Thomas Chou Committed by Scott McNutt
Browse files

nios2: add spi flash support to nios2-generic board


This patch enables the altera_spi and spi_flash drivers for the
nios2-generic board. It allows access to the EPCS/SPI flash on
the Altera EP1C20 board.

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
Tested-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarScott McNutt <smcnutt@psyent.com>
parent ec3b4981
Branches
Tags
No related merge requests found
......@@ -35,6 +35,16 @@
#define CONFIG_SMC91111
#define CONFIG_SMC_USE_32_BIT
/* epcs_controller.epcs_control_port is a altera_avalon_epcs_flash_controller */
#define EPCS_CONTROLLER_REG_BASE 0x82100200
#define CONFIG_SYS_ALTERA_SPI_LIST { EPCS_CONTROLLER_REG_BASE }
#define CONFIG_ALTERA_SPI
#define CONFIG_CMD_SPI
#define CONFIG_CMD_SF
#define CONFIG_SF_DEFAULT_SPEED 30000000
#define CONFIG_SPI_FLASH
#define CONFIG_SPI_FLASH_STMICRO
/* jtag_uart.avalon_jtag_slave is a altera_avalon_jtag_uart */
#define CONFIG_SYS_JTAG_UART_BASE 0x821208b0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment