a320.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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. #ifndef __A320_H
  20. #define __A320_H
  21. /*
  22. * Hardware register bases
  23. */
  24. #define CONFIG_FTSMC020_BASE 0x90200000 /* Static Memory Controller */
  25. #define CONFIG_DEBUG_LED 0x902ffffc /* Debug LED */
  26. #define CONFIG_FTSDMC020_BASE 0x90300000 /* SDRAM Controller */
  27. #define CONFIG_FTMAC100_BASE 0x90900000 /* Ethernet */
  28. #define CONFIG_FTPMU010_BASE 0x98100000 /* Power Management Unit */
  29. #define CONFIG_FTTMR010_BASE 0x98400000 /* Timer */
  30. #define CONFIG_FTRTC010_BASE 0x98600000 /* Real Time Clock*/
  31. #endif /* __A320_H */