drivers: flash : introduce a new driver for the OCTOSPI
This is the stm32 octospi driver based on the exisitng quadspi for stm32 devices and source code from the STM32Cube. This drivers initialized the peripheral and the NOR memory in SPI or OctoSPI mode with STR or DTR data Transfer rates. The NOR-flash can provide the SDFP table directly (if supported) or through the DeviceTree. Limitation: no DMA transfer. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
712d2537be
commit
16754378fb
4 changed files with 1621 additions and 0 deletions
|
@ -90,6 +90,8 @@ source "drivers/flash/Kconfig.stm32"
|
|||
|
||||
source "drivers/flash/Kconfig.stm32_qspi"
|
||||
|
||||
source "drivers/flash/Kconfig.stm32_ospi"
|
||||
|
||||
source "drivers/flash/Kconfig.sam0"
|
||||
|
||||
source "drivers/flash/Kconfig.sam"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue