Skip to content
Snippets Groups Projects
Commit b718d371 authored by Yuan Yao's avatar Yuan Yao Committed by York Sun
Browse files

configs: ls2080aqds: Enable QSPI flash support


Enable QSPI flash related configure options.

Signed-off-by: default avatarYuan Yao <yao.yuan@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 8c77ef85
No related branches found
No related tags found
No related merge requests found
...@@ -289,8 +289,21 @@ unsigned long get_board_ddr_clk(void); ...@@ -289,8 +289,21 @@ unsigned long get_board_ddr_clk(void);
#define I2C_MUX_CH_DEFAULT 0x8 #define I2C_MUX_CH_DEFAULT 0x8
/* SPI */ /* SPI */
#ifdef CONFIG_FSL_DSPI #if defined(CONFIG_FSL_QSPI) || defined(CONFIG_FSL_DSPI)
#define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH
#ifdef CONFIG_FSL_DSPI
#define CONFIG_SPI_FLASH_STMICRO
#define CONFIG_SPI_FLASH_SST
#define CONFIG_SPI_FLASH_EON
#endif
#ifdef CONFIG_FSL_QSPI
#define CONFIG_SPI_FLASH_SPANSION
#define FSL_QSPI_FLASH_SIZE (1 << 26) /* 64MB */
#define FSL_QSPI_FLASH_NUM 4
#endif
#endif #endif
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment