r8a7792.h 800 B

123456789101112131415161718192021222324252627282930313233
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * arch/arm/include/asm/arch-rmobile/r8a7792.h
  4. *
  5. * Copyright (C) 2016 Renesas Electronics Corporation
  6. */
  7. #ifndef __ASM_ARCH_R8A7792_H
  8. #define __ASM_ARCH_R8A7792_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 0x00400801
  15. #define MSTP1_BITS 0x9B6F987F
  16. #define MSTP2_BITS 0x108CE100
  17. #define MSTP3_BITS 0x20004010
  18. #define MSTP4_BITS 0x80000184
  19. #define MSTP5_BITS 0x44C00004
  20. #define MSTP7_BITS 0x01BF0000
  21. #define MSTP8_BITS 0x1FE01FB0
  22. #define MSTP9_BITS 0xFE2BFFB2
  23. #define MSTP10_BITS 0x00001820
  24. #define MSTP11_BITS 0x00000008
  25. /* SDHI */
  26. #define CONFIG_SYS_SH_SDHI_NR_CHANNEL 1
  27. #endif /* __ASM_ARCH_R8A7792_H */