]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-rmobile/include/mach/r8a7790.h
233531cb4ab745dddf29e2c477b784e4ce40371c
[thirdparty/u-boot.git] / arch / arm / mach-rmobile / include / mach / r8a7790.h
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
8 #ifndef __ASM_ARCH_R8A7790_H
9 #define __ASM_ARCH_R8A7790_H
10
11 #include "rcar-base.h"
12
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
26 /* SDHI */
27 #define CFG_SYS_SH_SDHI_NR_CHANNEL 4
28
29 #define R8A7790_CUT_ES2X 2
30 #define IS_R8A7790_ES2() \
31 (renesas_get_cpu_rev_integer() == R8A7790_CUT_ES2X)
32
33 #endif /* __ASM_ARCH_R8A7790_H */