mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
omap3: Add Base register for DMA
Adding the base register address of OMAP3 DMA controller. Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
2bc3acb10a
commit
9c60c55be8
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@
|
|||
#define OMAP34XX_L4_PER 0x49000000
|
||||
#define OMAP34XX_L4_IO_BASE OMAP34XX_CORE_L4_IO_BASE
|
||||
|
||||
/* DMA4/SDMA */
|
||||
#define OMAP34XX_DMA4_BASE 0x48056000
|
||||
|
||||
/* CONTROL */
|
||||
#define OMAP34XX_CTRL_BASE (OMAP34XX_L4_IO_BASE + 0x2000)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue