Skip to content

Commit

Permalink
arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h: Clean up some b…
Browse files Browse the repository at this point in the history
…ase address macros

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Apr 4, 2024
1 parent 47c725f commit 1e907ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@
#define IMX9_TRDC1_BASE (0x44270000UL)
#define IMX9_TRDC2_BASE (0x42460000UL)
#define IMX9_TRGMUX_BASE (0x44531000UL)
#define IMX9_TSTMR1__TSTMRA_BASE (0x442C0000UL)
#define IMX9_TSTMR2__TSTMRA_BASE (0x42480000UL)
#define IMX9_USB__USB_OTG1_BASE (0x4C100000UL)
#define IMX9_USB__USB_OTG2_BASE (0x4C200000UL)
#define IMX9_USB__USBNC_OTG1_BASE (0x4C100200UL)
#define IMX9_USB__USBNC_OTG2_BASE (0x4C200200UL)
#define IMX9_TSTMR1_BASE (0x442C0000UL)
#define IMX9_TSTMR2_BASE (0x42480000UL)
#define IMX9_USB_OTG1_BASE (0x4C100000UL)
#define IMX9_USB_OTG2_BASE (0x4C200000UL)
#define IMX9_USBNC_OTG1_BASE (0x4C100200UL)
#define IMX9_USBNC_OTG2_BASE (0x4C200200UL)
#define IMX9_USDHC1_BASE (0x42850000UL)
#define IMX9_USDHC2_BASE (0x42860000UL)
#define IMX9_USDHC3_BASE (0x428B0000UL)
Expand Down

0 comments on commit 1e907ae

Please sign in to comment.