blob: cfaf7c665b5881aedd5d83d09e22df41a0406545 [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 Kumarda899472015-07-17 16:23:50 -07007 * Viresh Kumar <vireshk@kernel.org>
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
Arnd Bergmannd9909eb2012-12-02 17:59:57 +010019#define MISC_BASE (VA_SPEAR_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 */