From cefde213f2568c906c217375934518c6903fdba4 Mon Sep 17 00:00:00 2001 From: Roman Bacik Date: Mon, 6 Jul 2020 15:31:29 -0700 Subject: [PATCH] plat/brcm: Define RNG base address Change-Id: I4f5efcd7638a25c317382b51f05e6b9aa283d068 Signed-off-by: Roman Bacik Signed-off-by: Bharat Gooty --- plat/brcm/board/stingray/include/sr_def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plat/brcm/board/stingray/include/sr_def.h b/plat/brcm/board/stingray/include/sr_def.h index ac3ee782e..be0dee127 100644 --- a/plat/brcm/board/stingray/include/sr_def.h +++ b/plat/brcm/board/stingray/include/sr_def.h @@ -291,6 +291,11 @@ #define ICFG_PKA_MEM_PWR_CTRL__ARRPOWEROKOUT BIT(7) #define ICFG_PKA_MEM_PWR_CTRL__ISO BIT(8) +/******************************************************************************* + * RNG constants + ******************************************************************************/ +#define RNG_BASE_ADDR 0x68b20000 + /******************************************************************************* * Trusted Watchdog constants ******************************************************************************/