Skip to content
Snippets Groups Projects
Commit 1421e0a3 authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

ram: stm32: get base address from DT


Retrieve RAM base address from DT instead of using STM32_SDRAM_FMC

For STM32F7, FMC block base address is 0xA0000000, but SDRAM
registers are located at offset 0x140 inside FMC block.
Update the stm32_fmc_regs fields with all FMC registers
to map SDRAM registers at the right address.

These additionals registers will be used later.

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 9242ece1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment