Po-Yu Chuang | 43a5f0d | 2009-11-11 17:27:30 +0800 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2009 Faraday Technology |
| 3 | * Po-Yu Chuang <ratbert@faraday-tech.com> |
| 4 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Po-Yu Chuang | 43a5f0d | 2009-11-11 17:27:30 +0800 | [diff] [blame] | 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 */ |