1 /* 2 * Cogent Computer Systems CSB250 Alchemy Au1500 3 * 4 * Copyright 2002 Cogent Computer Systems, Inc. 5 * dan@embeddededge.com 6 * 7 * ######################################################################## 8 * 9 * This program is free software; you can distribute it and/or modify it 10 * under the terms of the GNU General Public License (Version 2) as 11 * published by the Free Software Foundation. 12 * 13 * This program is distributed in the hope it will be useful, but WITHOUT 14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 16 * for more details. 17 * 18 * You should have received a copy of the GNU General Public License along 19 * with this program; if not, write to the Free Software Foundation, Inc., 20 * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 21 * 22 * ######################################################################## 23 * 24 * 25 */ 26 #ifndef __ASM_CSB250_H 27 #define __ASM_CSB250_H 28 29 /* I don't know how to define all of these, yet. 30 * 31 * 0x0 0000 0000 32/64 MByte SDRAM 32 * 0x0 1C00 0000 AM29LLV642 Flash 33 * 0x0 1E00 0000 AM29LLV642 Flash 34 * 0xD 1000 0000 HT6542B PS/2 controller 35 * 0xE 1800 0000 S1D13506 LCD Controller 36 */ 37 38 #define RTC_I2C 0x58 /* I2C address of DS1307 RTC */ 39 40 #endif /* __ASM_CSB250_H */ 41