Skip to content

Commit

Permalink
imx93: Add more base addresses
Browse files Browse the repository at this point in the history
Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
joukkone committed Aug 15, 2024
1 parent 0db0be4 commit fd15aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
#define IMX9_SEMA42_2_BASE (0x42450000UL)
#define IMX9_SFA_BASE (0x44483000UL)
#define IMX9_SPDIF_BASE (0x42680000UL)
#define IMX9_SRC_GENERAL_REG_BASE (0x44460000UL)
#define IMX9_SRC_SENTINEL_SLICE_BASE (0x44460400UL)
#define IMX9_SRC_AON_SLICE_BASE (0x44460800UL)
#define IMX9_SRC_WKUP_SLICE_BASE (0x44460C00UL)
Expand All @@ -140,6 +141,8 @@
#define IMX9_SRC_A55C0_SLICE_BASE (0x44462C00UL)
#define IMX9_SRC_A55C1_SLICE_BASE (0x44463000UL)
#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_PSF1_BASE (0x443F0000UL)
#define IMX9_SYS_CTR_COMPARE_BASE (0x442A0000UL)
Expand Down

0 comments on commit fd15aa9

Please sign in to comment.