1 /* SPDX-License-Identifier: GPL-2.0 */
3 * arch/arm/mach-omap1/include/mach/memory.h
6 #ifndef __ASM_ARCH_MEMORY_H
7 #define __ASM_ARCH_MEMORY_H
9 /* REVISIT: omap1 legacy drivers still rely on this */
13 * Bus address is physical address, except for OMAP-1510 Local Bus.
14 * OMAP-1510 bus address is translated into a Local Bus address if the
15 * OMAP bus type is lbus. We do the address translation based on the
16 * device overriding the defaults used in the dma-mapping API.
20 * OMAP-1510 Local Bus address offset
22 #define OMAP1510_LB_OFFSET UL(0x30000000)