mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
Define UART4 and UART5 base addresses
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
f78095e40b
commit
4a9677e53f
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
#define GPIO5_BASE_ADDR (AIPS1_BASE_ADDR + 0x000DC000)
|
||||
#define GPIO6_BASE_ADDR (AIPS1_BASE_ADDR + 0x000E0000)
|
||||
#define GPIO7_BASE_ADDR (AIPS1_BASE_ADDR + 0x000E4000)
|
||||
#define UART4_BASE_ADDR (AIPS1_BASE_ADDR + 0x000F0000)
|
||||
#endif
|
||||
/*
|
||||
* AIPS 2
|
||||
|
@ -133,6 +134,10 @@
|
|||
#define VPU_BASE_ADDR (AIPS2_BASE_ADDR + 0x000F4000)
|
||||
#define SAHARA_BASE_ADDR (AIPS2_BASE_ADDR + 0x000F8000)
|
||||
|
||||
#if defined(CONFIG_MX53)
|
||||
#define UART5_BASE_ADDR (AIPS2_BASE_ADDR + 0x00090000)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* WEIM CSnGCR1
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue