commit | d476c77f3bd98eef78ab1f5dc5518ff82d485296 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Jul 05 13:29:13 2022 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Jul 05 17:03:24 2022 +0200 |
tree | 1bec4f28016acef66fca74f1e44c24ee8e1601fc | |
parent | 8bed83dd8ad19e1768f313f3412d40e264ca9ebb [diff] |
fix(stm32mp13): correct USART addresses On STM32MP13, USART1 and USART2 addresses are 0x4C000000 and 0x4C001000. Whereas on STM32MP15, the addresses were 0x5C000000 and 0x4000E000. Use dedicated flags to choose the correct address, that could be use for early or crash console. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I98bd97a0ac8b0408a50376801e2a1961b241a3d6