Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Configuation settings for the Renesas SH7763RDP board |
| 3 | * |
| 4 | * Copyright (C) 2008 Renesas Solutions Corp. |
| 5 | * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> |
| 6 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __SH7763RDP_H |
| 11 | #define __SH7763RDP_H |
| 12 | |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 13 | #define CONFIG_CPU_SH7763 1 |
| 14 | #define CONFIG_SH7763RDP 1 |
| 15 | #define __LITTLE_ENDIAN 1 |
| 16 | |
| 17 | /* |
| 18 | * Command line configuration. |
| 19 | */ |
| 20 | #define CONFIG_CMD_SDRAM |
| 21 | #define CONFIG_CMD_FLASH |
| 22 | #define CONFIG_CMD_MEMORY |
Nobuhiro Iwamatsu | ba93244 | 2008-08-08 16:30:23 +0900 | [diff] [blame] | 23 | #define CONFIG_CMD_NET |
Yoshihiro Shimoda | c8ceca9 | 2011-10-31 10:44:18 +0900 | [diff] [blame] | 24 | #define CONFIG_CMD_MII |
Nobuhiro Iwamatsu | ba93244 | 2008-08-08 16:30:23 +0900 | [diff] [blame] | 25 | #define CONFIG_CMD_PING |
Mike Frysinger | bdab39d | 2009-01-28 19:08:14 -0500 | [diff] [blame] | 26 | #define CONFIG_CMD_SAVEENV |
Nobuhiro Iwamatsu | ba93244 | 2008-08-08 16:30:23 +0900 | [diff] [blame] | 27 | #define CONFIG_CMD_NFS |
| 28 | #define CONFIG_CMD_JFFS2 |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 29 | |
| 30 | #define CONFIG_BOOTDELAY -1 |
| 31 | #define CONFIG_BOOTARGS "console=ttySC2,115200 root=1f01" |
| 32 | #define CONFIG_ENV_OVERWRITE 1 |
| 33 | |
| 34 | #define CONFIG_VERSION_VARIABLE |
| 35 | #undef CONFIG_SHOW_BOOT_PROGRESS |
| 36 | |
| 37 | /* SCIF */ |
Jean-Christophe PLAGNIOL-VILLARD | 6c58a03 | 2008-08-13 01:40:38 +0200 | [diff] [blame] | 38 | #define CONFIG_SCIF_CONSOLE 1 |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 39 | #define CONFIG_BAUDRATE 115200 |
| 40 | #define CONFIG_CONS_SCIF2 1 |
| 41 | |
Nobuhiro Iwamatsu | 00cb2e3 | 2011-01-17 20:53:29 +0900 | [diff] [blame] | 42 | #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 43 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 44 | #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ |
| 45 | #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ |
| 46 | #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ |
| 47 | #define CONFIG_SYS_BARGSIZE 512 /* Buffer size for Boot Arguments |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 48 | passed to kernel */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 49 | #define CONFIG_SYS_BAUDRATE_TABLE { 115200 } /* List of legal baudrate |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 50 | settings for this board */ |
| 51 | |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 52 | /* SDRAM */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 53 | #define CONFIG_SYS_SDRAM_BASE (0x8C000000) |
| 54 | #define CONFIG_SYS_SDRAM_SIZE (64 * 1024 * 1024) |
| 55 | #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE) |
| 56 | #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + (60 * 1024 * 1024)) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 57 | |
| 58 | /* Flash(NOR) */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 59 | #define CONFIG_SYS_FLASH_BASE (0xA0000000) |
| 60 | #define CONFIG_SYS_FLASH_CFI_WIDTH (FLASH_CFI_16BIT) |
| 61 | #define CONFIG_SYS_MAX_FLASH_BANKS (1) |
| 62 | #define CONFIG_SYS_MAX_FLASH_SECT (520) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 63 | |
| 64 | /* U-boot setting */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 65 | #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 4 * 1024 * 1024) |
| 66 | #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE) |
| 67 | #define CONFIG_SYS_MONITOR_LEN (128 * 1024) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 68 | /* Size of DRAM reserved for malloc() use */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 69 | #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 70 | #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 71 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 72 | #define CONFIG_SYS_FLASH_CFI |
Jean-Christophe PLAGNIOL-VILLARD | 00b1883 | 2008-08-13 01:40:42 +0200 | [diff] [blame] | 73 | #define CONFIG_FLASH_CFI_DRIVER |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 74 | #undef CONFIG_SYS_FLASH_QUIET_TEST |
| 75 | #define CONFIG_SYS_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */ |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 76 | /* Timeout for Flash erase operations (in ms) */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 77 | #define CONFIG_SYS_FLASH_ERASE_TOUT (3 * 1000) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 78 | /* Timeout for Flash write operations (in ms) */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 79 | #define CONFIG_SYS_FLASH_WRITE_TOUT (3 * 1000) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 80 | /* Timeout for Flash set sector lock bit operations (in ms) */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 81 | #define CONFIG_SYS_FLASH_LOCK_TOUT (3 * 1000) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 82 | /* Timeout for Flash clear lock bit operations (in ms) */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 83 | #define CONFIG_SYS_FLASH_UNLOCK_TOUT (3 * 1000) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 84 | /* Use hardware flash sectors protection instead of U-Boot software protection */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 85 | #undef CONFIG_SYS_FLASH_PROTECTION |
| 86 | #undef CONFIG_SYS_DIRECT_FLASH_TFTP |
Jean-Christophe PLAGNIOL-VILLARD | 5a1aceb | 2008-09-10 22:48:04 +0200 | [diff] [blame] | 87 | #define CONFIG_ENV_IS_IN_FLASH |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 88 | #define CONFIG_ENV_SECT_SIZE (128 * 1024) |
| 89 | #define CONFIG_ENV_SIZE (CONFIG_ENV_SECT_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 90 | #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + (1 * CONFIG_ENV_SECT_SIZE)) |
| 91 | /* Offset of env Flash sector relative to CONFIG_SYS_FLASH_BASE */ |
| 92 | #define CONFIG_ENV_OFFSET (CONFIG_ENV_ADDR - CONFIG_SYS_FLASH_BASE) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 93 | #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 94 | #define CONFIG_ENV_ADDR_REDUND (CONFIG_SYS_FLASH_BASE + (2 * CONFIG_ENV_SECT_SIZE)) |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 95 | |
| 96 | /* Clock */ |
| 97 | #define CONFIG_SYS_CLK_FREQ 66666666 |
Nobuhiro Iwamatsu | 684a501 | 2013-08-21 16:11:21 +0900 | [diff] [blame] | 98 | #define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ |
| 99 | #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ |
Jean-Christophe PLAGNIOL-VILLARD | be45c63 | 2009-06-04 12:06:48 +0200 | [diff] [blame] | 100 | #define CONFIG_SYS_TMU_CLK_DIV (4) /* 4 (default), 16, 64, 256 or 1024 */ |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 101 | |
Nobuhiro Iwamatsu | ba93244 | 2008-08-08 16:30:23 +0900 | [diff] [blame] | 102 | /* Ether */ |
| 103 | #define CONFIG_SH_ETHER 1 |
| 104 | #define CONFIG_SH_ETHER_USE_PORT (1) |
| 105 | #define CONFIG_SH_ETHER_PHY_ADDR (0x01) |
Yoshihiro Shimoda | c8ceca9 | 2011-10-31 10:44:18 +0900 | [diff] [blame] | 106 | #define CONFIG_PHYLIB |
| 107 | #define CONFIG_BITBANGMII |
| 108 | #define CONFIG_BITBANGMII_MULTI |
Nobuhiro Iwamatsu | a80a661 | 2012-05-16 10:23:21 +0900 | [diff] [blame] | 109 | #define CONFIG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII |
Nobuhiro Iwamatsu | ba93244 | 2008-08-08 16:30:23 +0900 | [diff] [blame] | 110 | |
Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 111 | #endif /* __SH7763RDP_H */ |