[ARM] 3831/1: iop3xx: factor out common register defines
[pandora-kernel.git] / include / asm-arm / arch-iop32x / iq31244.h
1 /*
2  * linux/include/asm/arch-iop32x/iq31244.h
3  *
4  * Intel IQ31244 evaluation board registers
5  */
6
7 #ifndef _IQ31244_H_
8 #define _IQ31244_H_
9
10 #define IQ31244_UART            0xfe800000      /* UART #1 */
11 #define IQ31244_7SEG_1          0xfe840000      /* 7-Segment MSB */
12 #define IQ31244_7SEG_0          0xfe850000      /* 7-Segment LSB (WO) */
13 #define IQ31244_ROTARY_SW       0xfe8d0000      /* Rotary Switch */
14 #define IQ31244_BATT_STAT       0xfe8f0000      /* Battery Status */
15
16
17 #endif  // _IQ31244_H_