commit | ad0466f423d796c722e08ab6860c4ccf797720e6 | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Mon May 05 14:21:45 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed May 21 17:35:06 2025 +0200 |
tree | 47721a95723af3e2cb8bd43f1ab97e72e77b41c1 | |
parent | 982abadd345248cb38aed587d484f5ca0301cbeb [diff] |
soc: st: stm32 Kconfig to retrieve the external Flash Base address This commit is retrieving the config FLASH_BASE_ADDRESS from the XSPI node of the stm32 device dtsi <reg> property of the "st,stm32-xspi" node. For example the CONFIG_FLASH_BASE_ADDRESS is 0x90000000 and application is linked for that address. Size is given by the size property of the "st,stm32-xspi-nor" node. Signed-off-by: Francois Ramu <francois.ramu@st.com>