commit | f2b800064a014ade567b91601616496e25fe5d50 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 17:37:25 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:29:14 2017 -0400 |
tree | a4e3d4fb35b21827bee78f0fedaee9ab761aa556 | |
parent | 7e82a693050d846e2be9c014236da6da60388061 [diff] |
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: Patrice Chotard <patrice.chotard@st.com>