]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/include/asm/arch-a320/a320.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-a320 / a320.h
1 /*
2 * (C) Copyright 2009 Faraday Technology
3 * Po-Yu Chuang <ratbert@faraday-tech.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #ifndef __A320_H
9 #define __A320_H
10
11 /*
12 * Hardware register bases
13 */
14 #define CONFIG_FTSMC020_BASE 0x90200000 /* Static Memory Controller */
15 #define CONFIG_DEBUG_LED 0x902ffffc /* Debug LED */
16 #define CONFIG_FTSDMC020_BASE 0x90300000 /* SDRAM Controller */
17 #define CONFIG_FTMAC100_BASE 0x90900000 /* Ethernet */
18 #define CONFIG_FTPMU010_BASE 0x98100000 /* Power Management Unit */
19 #define CONFIG_FTTMR010_BASE 0x98400000 /* Timer */
20 #define CONFIG_FTRTC010_BASE 0x98600000 /* Real Time Clock*/
21
22 #endif /* __A320_H */