a320.h 647 B

12345678910111213141516171819202122
  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. #ifndef __A320_H
  8. #define __A320_H
  9. /*
  10. * Hardware register bases
  11. */
  12. #define CONFIG_FTSMC020_BASE 0x90200000 /* Static Memory Controller */
  13. #define CONFIG_DEBUG_LED 0x902ffffc /* Debug LED */
  14. #define CONFIG_FTSDMC020_BASE 0x90300000 /* SDRAM Controller */
  15. #define CONFIG_FTMAC100_BASE 0x90900000 /* Ethernet */
  16. #define CONFIG_FTPMU010_BASE 0x98100000 /* Power Management Unit */
  17. #define CONFIG_FTTMR010_BASE 0x98400000 /* Timer */
  18. #define CONFIG_FTRTC010_BASE 0x98600000 /* Real Time Clock*/
  19. #endif /* __A320_H */