mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
fix(tc): modify ethernet configuration for TC4 FPGA
Modify ethernet base addr and irq numbers for TC4 FPGA in dts to match with its RoS configuration. Change-Id: I7b180c3eb90d7557d0011a25a742106f703cd264 Signed-off-by: Jagdish Gediya <jagdish.gediya@arm.com> Signed-off-by: Icen.Zeyada <Icen.Zeyada2@arm.com>
This commit is contained in:
parent
5de9d79bc4
commit
8dec63032e
1 changed files with 3 additions and 2 deletions
|
@ -20,15 +20,16 @@
|
|||
#define RSE_MHU_TX_ADDR 49020000 /* hex */
|
||||
#define RSE_MHU_RX_ADDR 49030000 /* hex */
|
||||
|
||||
#if TARGET_FLAVOUR_FVP
|
||||
#define ETHERNET_ADDR 64000000
|
||||
#define ETHERNET_INT 799
|
||||
|
||||
#if TARGET_FLAVOUR_FVP
|
||||
#define SYS_REGS_ADDR 60080000
|
||||
#define MMC_ADDR 600b0000
|
||||
#define MMC_INT_0 778
|
||||
#define MMC_INT_1 779
|
||||
#else /* TARGET_FLAVOUR_FPGA */
|
||||
#define ETHERNET_ADDR 18000000
|
||||
#define ETHERNET_INT 109
|
||||
#define SYS_REGS_ADDR 1c010000
|
||||
#define MMC_ADDR 1c050000
|
||||
#define MMC_INT_0 107
|
||||
|
|
Loading…
Add table
Reference in a new issue