]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/asm-arm/arch-a320/a320.h
Merge branch 'master' into next
[people/ms/u-boot.git] / include / asm-arm / arch-a320 / a320.h
1 /*
2 * (C) Copyright 2009 Faraday Technology
3 * Po-Yu Chuang <ratbert@faraday-tech.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19
20 #ifndef __A320_H
21 #define __A320_H
22
23 /*
24 * Hardware register bases
25 */
26 #define CONFIG_FTSMC020_BASE 0x90200000 /* Static Memory Controller */
27 #define CONFIG_DEBUG_LED 0x902ffffc /* Debug LED */
28 #define CONFIG_FTSDMC020_BASE 0x90300000 /* SDRAM Controller */
29 #define CONFIG_FTMAC100_BASE 0x90900000 /* Ethernet */
30 #define CONFIG_FTPMU010_BASE 0x98100000 /* Power Management Unit */
31 #define CONFIG_FTTMR010_BASE 0x98400000 /* Timer */
32 #define CONFIG_FTRTC010_BASE 0x98600000 /* Real Time Clock*/
33
34 #endif /* __A320_H */
35