Skip to content

Commit

Permalink
Update mach timer.h to use axi instead of amba
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie VanVossen <[email protected]>
  • Loading branch information
Eric Spidle authored and chrisguikema committed Sep 7, 2023
1 parent dba244d commit 4346823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libplatsupport/mach_include/zynq/platsupport/mach/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
#define IRQS_PER_TTC 3

#ifdef CONFIG_PLAT_ZYNQMP
#define TTC0_PATH "/amba/timer@ff110000"
#define TTC1_PATH "/amba/timer@ff120000"
#define TTC2_PATH "/amba/timer@ff130000"
#define TTC3_PATH "/amba/timer@ff140000"
#define TTC0_PATH "/axi/timer@ff110000"
#define TTC1_PATH "/axi/timer@ff120000"
#define TTC2_PATH "/axi/timer@ff130000"
#define TTC3_PATH "/axi/timer@ff140000"
#else
/* zynq7000 */
#define TTC0_PATH "/amba/timer@f8001000"
Expand Down

0 comments on commit 4346823

Please sign in to comment.