1 /* SPDX-License-Identifier: GPL-2.0 */
3 * include/configs/rcar-gen2-common.h
5 * Copyright (C) 2013,2014 Renesas Electronics Corporation
8 #ifndef __RCAR_GEN2_COMMON_H
9 #define __RCAR_GEN2_COMMON_H
11 #include <asm/arch/rmobile.h>
13 #ifndef CONFIG_PINCTRL_PFC
14 #define CONFIG_SH_GPIO_PFC
18 #define CONFIG_SYS_BAUDRATE_TABLE { 38400, 115200 }
20 #define CFG_SYS_SDRAM_BASE (RCAR_GEN2_SDRAM_BASE)
21 #define CFG_SYS_SDRAM_SIZE (RCAR_GEN2_UBOOT_SDRAM_SIZE)
24 #define CONFIG_TMU_TIMER
25 #define CONFIG_SYS_TIMER_COUNTS_DOWN
26 #define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */
27 #define CONFIG_SYS_TIMER_RATE (get_board_sys_clk() / 8)
29 #endif /* __RCAR_GEN2_COMMON_H */