Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 2 | /* |
| 3 | * include/configs/salvator-x.h |
| 4 | * This file is Salvator-X board configuration. |
| 5 | * |
| 6 | * Copyright (C) 2015 Renesas Electronics Corporation |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __SALVATOR_X_H |
| 10 | #define __SALVATOR_X_H |
| 11 | |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 12 | #include "rcar-gen3-common.h" |
| 13 | |
Marek Vasut | 90e53f8 | 2017-05-13 15:57:47 +0200 | [diff] [blame] | 14 | /* Ethernet RAVB */ |
Marek Vasut | 90e53f8 | 2017-05-13 15:57:47 +0200 | [diff] [blame] | 15 | #define CONFIG_BITBANGMII_MULTI |
| 16 | |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 17 | /* Generic Timer Definitions (use in assembler source) */ |
| 18 | #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */ |
| 19 | |
Marek Vasut | 50fb0c4 | 2017-05-13 15:57:46 +0200 | [diff] [blame] | 20 | /* Environment in eMMC, at the end of 2nd "boot sector" */ |
Marek Vasut | 50fb0c4 | 2017-05-13 15:57:46 +0200 | [diff] [blame] | 21 | |
Marek Vasut | 16dcfbc | 2017-07-29 21:28:50 +0200 | [diff] [blame] | 22 | #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS |
| 23 | #define CONFIG_FLASH_CFI_DRIVER |
| 24 | #define CONFIG_FLASH_CFI_MTD |
| 25 | #define CONFIG_FLASH_SHOW_PROGRESS 45 |
| 26 | #define CONFIG_SYS_FLASH_QUIET_TEST |
| 27 | #define CONFIG_SYS_FLASH_BANKS_LIST { 0x08000000 } |
| 28 | #define CONFIG_SYS_FLASH_CFI |
| 29 | #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT |
| 30 | #define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1 |
| 31 | #define CONFIG_SYS_MAX_FLASH_SECT 256 |
| 32 | #define CONFIG_SYS_WRITE_SWAPPED_DATA |
| 33 | |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 34 | #endif /* __SALVATOR_X_H */ |