cpu_sh7763.h 643 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Copyright (C) 2008 Renesas Solutions Corp.
  3. * Copyright (C) 2007,2008 Nobuhiro Iwamatsu
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _ASM_CPU_SH7763_H_
  8. #define _ASM_CPU_SH7763_H_
  9. /* CACHE */
  10. #define CACHE_OC_NUM_WAYS 1
  11. #define CCR 0xFF00001C
  12. #define CCR_CACHE_INIT 0x0000090b
  13. /* SCIF */
  14. /* SCIF0 */
  15. #define SCIF0_BASE SCSMR0
  16. #define SCSMR0 0xFFE00000
  17. /* SCIF1 */
  18. #define SCIF1_BASE SCSMR1
  19. #define SCSMR1 0xFFE08000
  20. /* SCIF2 */
  21. #define SCIF2_BASE SCSMR2
  22. #define SCSMR2 0xFFE10000
  23. /* Watchdog Timer */
  24. #define WTCNT WDTST
  25. #define WDTST 0xFFCC0000
  26. /* TMU */
  27. #define TMU_BASE 0xFFD80000
  28. #endif /* _ASM_CPU_SH7763_H_ */