arch/arm/src/stm32: add G4 RNG base address

add missing STM32_RNG_BASE for G4

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl 2026-06-16 09:42:52 +02:00 committed by Matteo Golin
parent 6b8a21ab96
commit e2665eb61a

View file

@ -169,6 +169,7 @@
#define STM32_DAC2_BASE 0x50000c00 /* 0x50000c00-0x50000fff: DAC2 */
#define STM32_DAC3_BASE 0x50001000 /* 0x50001000-0x500013ff: DAC3 */
#define STM32_DAC4_BASE 0x50001400 /* 0x50001400-0x500017ff: DAC4 */
#define STM32_RNG_BASE 0x50060800 /* 0x50060800-0x50060bff: RNG */
/* Compatibility defines */