stm32f7: enable existing dsi support

This commit is contained in:
Oliver Meier
2019-05-12 01:43:50 +02:00
committed by Karl Palsson
parent 5a03cfe54e
commit 92a2340551
8 changed files with 904 additions and 794 deletions

View File

@@ -95,7 +95,10 @@
#define SAI2_BASE (PERIPH_BASE_APB2 + 0x5C00)
#define LCD_TFT_BASE (PERIPH_BASE_APB2 + 0x6800)
#define LTDC_BASE (PERIPH_BASE_APB2 + 0x6800) /* compat. with f4 */
/* PERIPH_BASE_APB2 + 0x6C00 (0x4001 6C00 - 0x4001 FFFF): Reserved */
#define DSI_BASE (PERIPH_BASE_APB2 + 0x6C00)
#define DFSDM1_BASE (PERIPH_BASE_APB2 + 0x7400)
#define MDIOS_BASE (PERIPH_BASE_APB2 + 0x7800)
/* PERIPH_BASE_APB2 + 0x6C00 (0x4001 7C00 - 0x4001 FFFF): Reserved */
/* AHB1 */
#define GPIO_PORT_A_BASE (PERIPH_BASE_AHB1 + 0x0000)