arch/arm64/imx93: Add more base addresses

mem slice and src base address added

Signed-off-by: Jouni Ukkonen <jouni.ukkonen@unikie.com>
This commit is contained in:
Jouni Ukkonen 2024-08-15 11:21:53 +03:00 committed by Xiang Xiao
parent 87ff0ddf6d
commit 9c2af7284b

View File

@ -127,6 +127,7 @@
#define IMX9_SEMA42_2_BASE (0x42450000UL) #define IMX9_SEMA42_2_BASE (0x42450000UL)
#define IMX9_SFA_BASE (0x44483000UL) #define IMX9_SFA_BASE (0x44483000UL)
#define IMX9_SPDIF_BASE (0x42680000UL) #define IMX9_SPDIF_BASE (0x42680000UL)
#define IMX9_SRC_GENERAL_REG_BASE (0x44460000UL)
#define IMX9_SRC_SENTINEL_SLICE_BASE (0x44460400UL) #define IMX9_SRC_SENTINEL_SLICE_BASE (0x44460400UL)
#define IMX9_SRC_AON_SLICE_BASE (0x44460800UL) #define IMX9_SRC_AON_SLICE_BASE (0x44460800UL)
#define IMX9_SRC_WKUP_SLICE_BASE (0x44460C00UL) #define IMX9_SRC_WKUP_SLICE_BASE (0x44460C00UL)
@ -140,6 +141,8 @@
#define IMX9_SRC_A55C0_SLICE_BASE (0x44462C00UL) #define IMX9_SRC_A55C0_SLICE_BASE (0x44462C00UL)
#define IMX9_SRC_A55C1_SLICE_BASE (0x44463000UL) #define IMX9_SRC_A55C1_SLICE_BASE (0x44463000UL)
#define IMX9_SRC_A55P_SLICE_BASE (0x44463400UL) #define IMX9_SRC_A55P_SLICE_BASE (0x44463400UL)
#define IMX9_SRC_MEDIA_MEM_BASE (0x44465800UL)
#define IMX9_SRC_ML_MEM_BASE (0x44464800UL)
#define IMX9_M33_PCF1_BASE (0x443E0000UL) #define IMX9_M33_PCF1_BASE (0x443E0000UL)
#define IMX9_M33_PSF1_BASE (0x443F0000UL) #define IMX9_M33_PSF1_BASE (0x443F0000UL)
#define IMX9_SYS_CTR_COMPARE_BASE (0x442A0000UL) #define IMX9_SYS_CTR_COMPARE_BASE (0x442A0000UL)