Skip to content

Commit

Permalink
imx93: add flex spi peripheral interface base address
Browse files Browse the repository at this point in the history
Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
joukkone committed May 31, 2024
1 parent 3190c68 commit 0894f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#define IMX9_FLEXIO1_BASE (0x425C0000UL)
#define IMX9_FLEXIO2_BASE (0x425D0000UL)
#define IMX9_FLEXSPI_BASE (0x425E0000UL)
#define IMX9_FLEXSPI_PERIPHERAL_BASE (0x28000000UL)
#define IMX9_FLEXSPI_ARDF_BASE (0x47420000UL)
#define IMX9_FLEXSPI_ATDF_BASE (0x47430000UL)
#define IMX9_GPC_CTRL_CM33_BASE (0x44470000UL)
Expand Down Expand Up @@ -172,4 +173,5 @@
#define IMX9_LPCAC_PC_BASE (0x44400000UL)
#define IMX9_LPCAC_PS_BASE (0x44400800UL)


#endif /* __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX93_IMX93_MEMORYMAP_H */

0 comments on commit 0894f2e

Please sign in to comment.