Initial checkin
[pandora-x-loader.git] / include / asm / arch-omap3 / rev.h
1 /*
2  * (C) Copyright 2006
3  * Texas Instruments, <www.ti.com>
4  * 
5  * Richard Woodruff <r-woodruff2@ti.com>
6  * Syed Mohammed Khasim <x0khasim@ti.com>
7  *
8  * See file CREDITS for list of people who contributed to this
9  * project.
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License as
13  * published by the Free Software Foundation; either version 2 of
14  * the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24  * MA 02111-1307 USA
25  */
26
27 #ifndef _OMAP34XX_REV_H_
28 #define _OMAP34XX_REV_H_
29
30 #define CDB_DDR_COMBO                   /* combo part on cpu daughter card */
31 #define CDB_DDR_IPDB                    /* 2x16 parts on daughter card */
32
33 #define DDR_100         100             /* type found on most mem d-boards */
34 #define DDR_111         111             /* some combo parts */
35 #define DDR_133         133             /* most combo, some mem d-boards */
36 #define DDR_165         165             /* future parts */
37
38 #define CPU_3430        0x3430
39
40 #define CPU_3430_ES1    1
41 #define CPU_3430_ES2    1
42
43 #endif