cpu_sh7734.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * (C) Copyright 2008, 2011 Renesas Solutions Corp.
  3. *
  4. * SH7734 Internal I/O register
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License as
  8. * published by the Free Software Foundation; either version 2 of
  9. * the License, or (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  19. * MA 02111-1307 USA
  20. */
  21. #ifndef _ASM_CPU_SH7734_H_
  22. #define _ASM_CPU_SH7734_H_
  23. #define CCR 0xFF00001C
  24. #define CACHE_OC_NUM_WAYS 4
  25. #define CCR_CACHE_INIT 0x0000090d
  26. /* SCIF */
  27. #define SCIF0_BASE 0xFFE40000
  28. #define SCIF1_BASE 0xFFE41000
  29. #define SCIF2_BASE 0xFFE42000
  30. #define SCIF3_BASE 0xFFE43000
  31. #define SCIF4_BASE 0xFFE44000
  32. #define SCIF5_BASE 0xFFE45000
  33. /* Timer */
  34. #define TSTR 0xFFD80004
  35. #define TCNT0 0xFFD8000C
  36. #define TCR0 0xFFD80010
  37. #endif /* _ASM_CPU_SH7734_H_ */