mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
arm: omap: add support for am57xx devices
just add a few ifdefs around because this device is very similar to dra7xxx. Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#define OMAP_XHCI_BASE 0x488d0000
|
||||
#define OMAP_OCP1_SCP_BASE 0x4A081000
|
||||
#define OMAP_OTG_WRAPPER_BASE 0x488c0000
|
||||
#elif defined CONFIG_AM57XX
|
||||
#define OMAP_XHCI_BASE 0x48890000
|
||||
#define OMAP_OCP1_SCP_BASE 0x4A084c00
|
||||
#define OMAP_OTG_WRAPPER_BASE 0x48880000
|
||||
#elif defined CONFIG_AM43XX
|
||||
#define OMAP_XHCI_BASE 0x483d0000
|
||||
#define OMAP_OCP1_SCP_BASE 0x483E8000
|
||||
|
Reference in New Issue
Block a user