xref: /linux/arch/arm/mach-spear/misc_regs.h (revision 6c8c1406)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Miscellaneous registers definitions for SPEAr3xx machine family
4  *
5  * Copyright (C) 2009 ST Microelectronics
6  * Viresh Kumar <vireshk@kernel.org>
7  */
8 
9 #ifndef __MACH_MISC_REGS_H
10 #define __MACH_MISC_REGS_H
11 
12 #include "spear.h"
13 
14 #define MISC_BASE		(VA_SPEAR_ICM3_MISC_REG_BASE)
15 #define DMA_CHN_CFG		(MISC_BASE + 0x0A0)
16 
17 #endif /* __MACH_MISC_REGS_H */
18