r8a7790.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * arch/arm/include/asm/arch-rmobile/r8a7790.h
  4. *
  5. * Copyright (C) 2013,2014 Renesas Electronics Corporation
  6. */
  7. #ifndef __ASM_ARCH_R8A7790_H
  8. #define __ASM_ARCH_R8A7790_H
  9. #include "rcar-base.h"
  10. /* SH-I2C */
  11. #define CONFIG_SYS_I2C_SH_BASE2 0xE6520000
  12. #define CONFIG_SYS_I2C_SH_BASE3 0xE60B0000
  13. /* Module stop control/status register bits */
  14. #define MSTP0_BITS 0x00640801
  15. #define MSTP1_BITS 0xDB6E9BDF
  16. #define MSTP2_BITS 0x300DA1FC
  17. #define MSTP3_BITS 0xF08CF831
  18. #define MSTP4_BITS 0x80000184
  19. #define MSTP5_BITS 0x44C00046
  20. #define MSTP7_BITS 0x07F30718
  21. #define MSTP8_BITS 0x01F0FF84
  22. #define MSTP9_BITS 0xF5979FCF
  23. #define MSTP10_BITS 0xFFFEFFE0
  24. #define MSTP11_BITS 0x00000000
  25. /* SDHI */
  26. #define CONFIG_SYS_SH_SDHI1_BASE 0xEE120000
  27. #define CONFIG_SYS_SH_SDHI2_BASE 0xEE140000
  28. #define CONFIG_SYS_SH_SDHI3_BASE 0xEE160000
  29. #define CONFIG_SYS_SH_SDHI_NR_CHANNEL 4
  30. #define R8A7790_CUT_ES2X 2
  31. #define IS_R8A7790_ES2() \
  32. (rmobile_get_cpu_rev_integer() == R8A7790_CUT_ES2X)
  33. #endif /* __ASM_ARCH_R8A7790_H */