mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
feat(stm32mp1): update IP addresses for STM32MP13
Add the IP addresses that are STM32MP13 and update the ones for which the base address has changed. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Iea71a491da36f721bfd3fbfb010177e2a6a57281
This commit is contained in:
parent
30eea116cd
commit
52ac9983d6
1 changed files with 38 additions and 0 deletions
|
@ -513,17 +513,55 @@ static inline uintptr_t tamp_bkpr(uint32_t idx)
|
||||||
* Miscellaneous STM32MP1 peripherals base address
|
* Miscellaneous STM32MP1 peripherals base address
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#define BSEC_BASE U(0x5C005000)
|
#define BSEC_BASE U(0x5C005000)
|
||||||
|
#if STM32MP13
|
||||||
|
#define CRYP_BASE U(0x54002000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP15
|
||||||
#define CRYP1_BASE U(0x54001000)
|
#define CRYP1_BASE U(0x54001000)
|
||||||
|
#endif
|
||||||
#define DBGMCU_BASE U(0x50081000)
|
#define DBGMCU_BASE U(0x50081000)
|
||||||
|
#if STM32MP13
|
||||||
|
#define HASH_BASE U(0x54003000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP15
|
||||||
#define HASH1_BASE U(0x54002000)
|
#define HASH1_BASE U(0x54002000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP13
|
||||||
|
#define I2C3_BASE U(0x4C004000)
|
||||||
|
#define I2C4_BASE U(0x4C005000)
|
||||||
|
#define I2C5_BASE U(0x4C006000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP15
|
||||||
#define I2C4_BASE U(0x5C002000)
|
#define I2C4_BASE U(0x5C002000)
|
||||||
#define I2C6_BASE U(0x5c009000)
|
#define I2C6_BASE U(0x5c009000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP13
|
||||||
|
#define RNG_BASE U(0x54004000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP15
|
||||||
#define RNG1_BASE U(0x54003000)
|
#define RNG1_BASE U(0x54003000)
|
||||||
|
#endif
|
||||||
#define RTC_BASE U(0x5c004000)
|
#define RTC_BASE U(0x5c004000)
|
||||||
|
#if STM32MP13
|
||||||
|
#define SPI4_BASE U(0x4C002000)
|
||||||
|
#define SPI5_BASE U(0x4C003000)
|
||||||
|
#endif
|
||||||
|
#if STM32MP15
|
||||||
#define SPI6_BASE U(0x5c001000)
|
#define SPI6_BASE U(0x5c001000)
|
||||||
|
#endif
|
||||||
#define STGEN_BASE U(0x5c008000)
|
#define STGEN_BASE U(0x5c008000)
|
||||||
#define SYSCFG_BASE U(0x50020000)
|
#define SYSCFG_BASE U(0x50020000)
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* STM32MP13 SAES
|
||||||
|
******************************************************************************/
|
||||||
|
#define SAES_BASE U(0x54005000)
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* STM32MP13 PKA
|
||||||
|
******************************************************************************/
|
||||||
|
#define PKA_BASE U(0x54006000)
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* REGULATORS
|
* REGULATORS
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
Loading…
Add table
Reference in a new issue