blob: f2db8e1061f8ecf63e799778bf82e1cf86359dd7 [file] [log] [blame]
Po-Yu Chuang43a5f0d2009-11-11 17:27:30 +08001/*
2 * (C) Copyright 2009 Faraday Technology
3 * Po-Yu Chuang <ratbert@faraday-tech.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Po-Yu Chuang43a5f0d2009-11-11 17:27:30 +08006 */
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 */