mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
fix(tc): modify mmc configuration for TC4 FPGA
Modify mmc base addr and irq numbers for TC4 FPGA in dts to match with its RoS configuration. Change-Id: Ie8fe1f1d3aef1c020ac85db7c3b81dfad3722e2f Signed-off-by: Jagdish Gediya <jagdish.gediya@arm.com> Signed-off-by: Icen.Zeyada <Icen.Zeyada2@arm.com>
This commit is contained in:
parent
84ca47a8ac
commit
ba1faaf117
1 changed files with 6 additions and 0 deletions
|
@ -25,9 +25,15 @@
|
||||||
|
|
||||||
#define SYS_REGS_ADDR 60080000
|
#define SYS_REGS_ADDR 60080000
|
||||||
|
|
||||||
|
#if TARGET_FLAVOUR_FVP
|
||||||
#define MMC_ADDR 600b0000
|
#define MMC_ADDR 600b0000
|
||||||
#define MMC_INT_0 778
|
#define MMC_INT_0 778
|
||||||
#define MMC_INT_1 779
|
#define MMC_INT_1 779
|
||||||
|
#else /* TARGET_FLAVOUR_FPGA */
|
||||||
|
#define MMC_ADDR 1c050000
|
||||||
|
#define MMC_INT_0 107
|
||||||
|
#define MMC_INT_1 108
|
||||||
|
#endif /* TARGET_FLAVOUR_FVP */
|
||||||
|
|
||||||
#define RTC_ADDR 600a0000
|
#define RTC_ADDR 600a0000
|
||||||
#define RTC_INT 777
|
#define RTC_INT 777
|
||||||
|
|
Loading…
Add table
Reference in a new issue