This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit e8de8cf60a47496f74e540a7f00eca862d003b6c Author: Jouni Ukkonen <[email protected]> AuthorDate: Tue May 7 15:52:23 2024 +0300 Add S3MUA base address for Security Enclave Signed-off-by: Jouni Ukkonen <[email protected]> --- arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h b/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h index 050602fc0a..0163770e91 100644 --- a/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h +++ b/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h @@ -104,6 +104,7 @@ #define IMX9_MIPI_DSI_BASE (0x4AE10000UL) #define IMX9_MU1__MUB_BASE (0x44230000UL) #define IMX9_MU2__MUB_BASE (0x42440000UL) +#define IMX9_S3MUA_BASE (0x47520000UL) #define IMX9_NPU_BASE (0x4A900000UL) #define IMX9_OCOTP_BASE (0x47518000UL) #define IMX9_OCRAM_MECC1_BASE (0x490A0000UL)
