Fix GD-77 SPI flash pinout to make flash working
This commit is contained in:
parent
fb3c055f85
commit
dc5739b8bc
|
|
@ -79,10 +79,10 @@
|
|||
#define MONI_SW GPIOB,9
|
||||
|
||||
/* External flash */
|
||||
#define FLASH_CS GPIOE,6
|
||||
#define FLASH_CS GPIOA,19
|
||||
#define FLASH_CLK GPIOE,5
|
||||
#define FLASH_SDO GPIOE,4
|
||||
#define FLASH_SDI GPIOA,19
|
||||
#define FLASH_SDI GPIOE,6
|
||||
|
||||
/* I2C for EEPROM and AT1846S */
|
||||
#define I2C_SDA GPIOE,25
|
||||
|
|
|
|||
Loading…
Reference in New Issue