blob: 6309bf68d6f80d8c00aad241b3bdd6bc97ccbcf5 [file] [log] [blame]
viresh kumara7e9c452010-04-01 12:30:19 +01001/*
2 * arch/arm/mach-spear3xx/include/mach/misc_regs.h
3 *
4 * Miscellaneous registers definitions for SPEAr3xx machine family
5 *
6 * Copyright (C) 2009 ST Microelectronics
Viresh Kumar10d89352012-06-20 12:53:02 -07007 * Viresh Kumar <viresh.linux@gmail.com>
viresh kumara7e9c452010-04-01 12:30:19 +01008 *
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
12 */
13
14#ifndef __MACH_MISC_REGS_H
15#define __MACH_MISC_REGS_H
16
Viresh Kumar5df33a62012-04-10 09:02:35 +053017#include <mach/spear.h>
viresh kumara7e9c452010-04-01 12:30:19 +010018
viresh kumarf9324a82011-02-16 07:40:28 +010019#define MISC_BASE IOMEM(VA_SPEAR3XX_ICM3_MISC_REG_BASE)
viresh kumarf9324a82011-02-16 07:40:28 +010020#define DMA_CHN_CFG (MISC_BASE + 0x0A0)
viresh kumara7e9c452010-04-01 12:30:19 +010021
viresh kumara7e9c452010-04-01 12:30:19 +010022#endif /* __MACH_MISC_REGS_H */