commit | 0c6baa585489c373187f37ca96fad3144635e41f | [log] [tgz] |
---|---|---|
author | Louis Feller <louis.feller@st.com> | Thu May 02 14:39:30 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon May 06 17:32:25 2024 +0100 |
tree | 9fb6757aa8b427c67d868b697429e55c6eff4717 | |
parent | 60d03c53e13a3d1dc0eee11242c51357390882ed [diff] |
dts: stm32wba: Fix RNG base address Set RNG address to its non-secure alias. See RM0493 STM32WBA5 Reference manual for details. Using the secure alias (0x5..)instead of the non-secure alias (0x4..) for this peripheral results in a SecureFault during kernel init if TrustZone is activated, Zephyr is running as NSPE and RNG is enabled. Signed-off-by: Louis Feller <louis.feller@st.com>