spear320.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. * arch/arm/mach-spear3xx/include/mach/spear320.h
  3. *
  4. * SPEAr320 Machine specific definition
  5. *
  6. * Copyright (C) 2009 ST Microelectronics
  7. * Viresh Kumar<viresh.kumar@st.com>
  8. *
  9. * This file is licensed under the terms of the GNU General Public
  10. * License version 2. This program is licensed "as is" without any
  11. * warranty of any kind, whether express or implied.
  12. */
  13. #ifdef CONFIG_MACH_SPEAR320
  14. #ifndef __MACH_SPEAR320_H
  15. #define __MACH_SPEAR320_H
  16. #define SPEAR320_EMI_CTRL_BASE 0x40000000
  17. #define SPEAR320_EMI_CTRL_SIZE 0x08000000
  18. #define SPEAR320_FSMC_BASE 0x4C000000
  19. #define SPEAR320_FSMC_SIZE 0x01000000
  20. #define SPEAR320_I2S_BASE 0x60000000
  21. #define SPEAR320_I2S_SIZE 0x10000000
  22. #define SPEAR320_SDIO_BASE 0x70000000
  23. #define SPEAR320_SDIO_SIZE 0x10000000
  24. #define SPEAR320_CLCD_BASE 0x90000000
  25. #define SPEAR320_CLCD_SIZE 0x10000000
  26. #define SPEAR320_PAR_PORT_BASE 0xA0000000
  27. #define SPEAR320_PAR_PORT_SIZE 0x01000000
  28. #define SPEAR320_CAN0_BASE 0xA1000000
  29. #define SPEAR320_CAN0_SIZE 0x01000000
  30. #define SPEAR320_CAN1_BASE 0xA2000000
  31. #define SPEAR320_CAN1_SIZE 0x01000000
  32. #define SPEAR320_UART1_BASE 0xA3000000
  33. #define SPEAR320_UART2_BASE 0xA4000000
  34. #define SPEAR320_UART_SIZE 0x01000000
  35. #define SPEAR320_SSP0_BASE 0xA5000000
  36. #define SPEAR320_SSP0_SIZE 0x01000000
  37. #define SPEAR320_SSP1_BASE 0xA6000000
  38. #define SPEAR320_SSP1_SIZE 0x01000000
  39. #define SPEAR320_I2C_BASE 0xA7000000
  40. #define SPEAR320_I2C_SIZE 0x01000000
  41. #define SPEAR320_PWM_BASE 0xA8000000
  42. #define SPEAR320_PWM_SIZE 0x01000000
  43. #define SPEAR320_SMII0_BASE 0xAA000000
  44. #define SPEAR320_SMII0_SIZE 0x01000000
  45. #define SPEAR320_SMII1_BASE 0xAB000000
  46. #define SPEAR320_SMII1_SIZE 0x01000000
  47. #define SPEAR320_SOC_CONFIG_BASE 0xB4000000
  48. #define SPEAR320_SOC_CONFIG_SIZE 0x00000070
  49. #endif /* __MACH_SPEAR320_H */
  50. #endif /* CONFIG_MACH_SPEAR320 */