drivers: flash: add driver for STM32F7x series
This patch adds a flash driver for the STM32F7x series, inspired from the STM32F4x one. It has been tested on the STM32F723, but should also work on other SoCs of the family. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
48d1fbb352
commit
6752b5df3f
11 changed files with 301 additions and 14 deletions
|
@ -355,4 +355,7 @@
|
|||
#define CONFIG_RTC_0_NAME DT_ST_STM32_RTC_40002800_LABEL
|
||||
#define CONFIG_RTC_PRESCALER DT_ST_STM32_RTC_40002800_PRESCALER
|
||||
|
||||
#define DT_FLASH_DEV_BASE_ADDRESS DT_ST_STM32F7_FLASH_CONTROLLER_40023C00_BASE_ADDRESS
|
||||
#define DT_FLASH_DEV_NAME DT_ST_STM32F7_FLASH_CONTROLLER_40023C00_LABEL
|
||||
|
||||
/* End of SoC Level DTS fixup file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue