hardware_ti814x.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * hardware_ti814x.h
  3. *
  4. * TI814x hardware specific header
  5. *
  6. * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License as
  10. * published by the Free Software Foundation; either version 2 of
  11. * the License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE. See the
  16. * GNU General Public License for more details.
  17. */
  18. #ifndef __AM33XX_HARDWARE_TI814X_H
  19. #define __AM33XX_HARDWARE_TI814X_H
  20. /* Module base addresses */
  21. /* UART Base Address */
  22. #define UART0_BASE 0x48020000
  23. /* Watchdog Timer */
  24. #define WDT_BASE 0x481C7000
  25. /* Control Module Base Address */
  26. #define CTRL_BASE 0x48140000
  27. #define CTRL_DEVICE_BASE 0x48140600
  28. /* PRCM Base Address */
  29. #define PRCM_BASE 0x48180000
  30. /* PLL Subsystem Base Address */
  31. #define PLL_SUBSYS_BASE 0x481C5000
  32. /* VTP Base address */
  33. #define VTP0_CTRL_ADDR 0x48140E0C
  34. /* DDR Base address */
  35. #define DDR_PHY_CMD_ADDR 0x47C0C400
  36. #define DDR_PHY_DATA_ADDR 0x47C0C4C8
  37. #define DDR_DATA_REGS_NR 4
  38. /* CPSW Config space */
  39. #define CPSW_MDIO_BASE 0x4A100800
  40. /* RTC base address */
  41. #define RTC_BASE 0x480C0000
  42. #endif /* __AM33XX_HARDWARE_TI814X_H */