Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2017 Synopsys, Inc. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef _CONFIG_HSDK_H_ |
| 8 | #define _CONFIG_HSDK_H_ |
| 9 | |
| 10 | #include <linux/sizes.h> |
| 11 | |
| 12 | /* |
| 13 | * CPU configuration |
| 14 | */ |
Eugeniy Paltsev | 24e026e | 2018-03-26 15:57:37 +0300 | [diff] [blame] | 15 | #define NR_CPUS 4 |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 16 | #define ARC_PERIPHERAL_BASE 0xF0000000 |
| 17 | #define ARC_DWMMC_BASE (ARC_PERIPHERAL_BASE + 0xA000) |
| 18 | #define ARC_DWGMAC_BASE (ARC_PERIPHERAL_BASE + 0x18000) |
| 19 | |
| 20 | /* |
| 21 | * Memory configuration |
| 22 | */ |
| 23 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |
| 24 | |
| 25 | #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 |
| 26 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE |
| 27 | #define CONFIG_SYS_SDRAM_SIZE SZ_1G |
| 28 | |
| 29 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 30 | (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE) |
| 31 | |
| 32 | #define CONFIG_SYS_MALLOC_LEN SZ_2M |
Alexey Brodkin | 7542968 | 2018-01-19 16:13:51 +0300 | [diff] [blame] | 33 | #define CONFIG_SYS_BOOTM_LEN SZ_128M |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 34 | #define CONFIG_SYS_LOAD_ADDR 0x82000000 |
| 35 | |
| 36 | /* |
| 37 | * This board might be of different versions so handle it |
| 38 | */ |
| 39 | #define CONFIG_BOARD_TYPES |
| 40 | |
| 41 | /* |
| 42 | * UART configuration |
| 43 | */ |
| 44 | #define CONFIG_DW_SERIAL |
| 45 | #define CONFIG_SYS_NS16550_SERIAL |
| 46 | #define CONFIG_SYS_NS16550_CLK 33330000 |
| 47 | #define CONFIG_SYS_NS16550_MEM32 |
| 48 | |
| 49 | /* |
| 50 | * Ethernet PHY configuration |
| 51 | */ |
| 52 | #define CONFIG_MII |
| 53 | |
| 54 | /* |
| 55 | * USB 1.1 configuration |
| 56 | */ |
| 57 | #define CONFIG_USB_OHCI_NEW |
| 58 | #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 |
| 59 | |
| 60 | /* |
| 61 | * Environment settings |
| 62 | */ |
| 63 | #define CONFIG_ENV_SIZE SZ_16K |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 64 | |
Eugeniy Paltsev | 24e026e | 2018-03-26 15:57:37 +0300 | [diff] [blame] | 65 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 66 | "core_dccm_0=0x10\0" \ |
| 67 | "core_dccm_1=0x6\0" \ |
| 68 | "core_dccm_2=0x10\0" \ |
| 69 | "core_dccm_3=0x6\0" \ |
| 70 | "core_iccm_0=0x10\0" \ |
| 71 | "core_iccm_1=0x6\0" \ |
| 72 | "core_iccm_2=0x10\0" \ |
| 73 | "core_iccm_3=0x6\0" \ |
| 74 | "core_mask=0xF\0" \ |
| 75 | "dcache_ena=0x1\0" \ |
| 76 | "icache_ena=0x1\0" \ |
| 77 | "non_volatile_limit=0xE\0" \ |
| 78 | "hsdk_hs34=setenv core_mask 0x2; setenv icache_ena 0x0; \ |
| 79 | setenv dcache_ena 0x0; setenv core_iccm_1 0x7; \ |
| 80 | setenv core_dccm_1 0x8; setenv non_volatile_limit 0x0;\0" \ |
| 81 | "hsdk_hs36=setenv core_mask 0x1; setenv icache_ena 0x1; \ |
| 82 | setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \ |
| 83 | setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE;\0" \ |
| 84 | "hsdk_hs36_ccm=setenv core_mask 0x2; setenv icache_ena 0x1; \ |
| 85 | setenv dcache_ena 0x1; setenv core_iccm_1 0x7; \ |
| 86 | setenv core_dccm_1 0x8; setenv non_volatile_limit 0xE;\0" \ |
| 87 | "hsdk_hs38=setenv core_mask 0x1; setenv icache_ena 0x1; \ |
| 88 | setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \ |
| 89 | setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE;\0" \ |
| 90 | "hsdk_hs38_ccm=setenv core_mask 0x2; setenv icache_ena 0x1; \ |
| 91 | setenv dcache_ena 0x1; setenv core_iccm_1 0x7; \ |
| 92 | setenv core_dccm_1 0x8; setenv non_volatile_limit 0xE;\0" \ |
| 93 | "hsdk_hs38x2=setenv core_mask 0x3; setenv icache_ena 0x1; \ |
| 94 | setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \ |
| 95 | setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \ |
| 96 | setenv core_iccm_1 0x6; setenv core_dccm_1 0x6;\0" \ |
| 97 | "hsdk_hs38x3=setenv core_mask 0x7; setenv icache_ena 0x1; \ |
| 98 | setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \ |
| 99 | setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \ |
| 100 | setenv core_iccm_1 0x6; setenv core_dccm_1 0x6; \ |
| 101 | setenv core_iccm_2 0x10; setenv core_dccm_2 0x10;\0" \ |
| 102 | "hsdk_hs38x4=setenv core_mask 0xF; setenv icache_ena 0x1; \ |
| 103 | setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \ |
| 104 | setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \ |
| 105 | setenv core_iccm_1 0x6; setenv core_dccm_1 0x6; \ |
| 106 | setenv core_iccm_2 0x10; setenv core_dccm_2 0x10; \ |
| 107 | setenv core_iccm_3 0x6; setenv core_dccm_3 0x6;\0" |
| 108 | |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 109 | /* |
| 110 | * Environment configuration |
| 111 | */ |
| 112 | #define CONFIG_BOOTFILE "uImage" |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 113 | #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR |
| 114 | |
| 115 | /* |
Eugeniy Paltsev | 24e026e | 2018-03-26 15:57:37 +0300 | [diff] [blame] | 116 | * Misc utility configuration |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 117 | */ |
Eugeniy Paltsev | 24e026e | 2018-03-26 15:57:37 +0300 | [diff] [blame] | 118 | #define CONFIG_BOUNCE_BUFFER |
| 119 | |
| 120 | /* Cli configuration */ |
| 121 | #define CONFIG_SYS_CBSIZE SZ_2K |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 122 | |
| 123 | /* |
Eugeniy Paltsev | 24e026e | 2018-03-26 15:57:37 +0300 | [diff] [blame] | 124 | * Callback configuration |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 125 | */ |
Eugeniy Paltsev | 24e026e | 2018-03-26 15:57:37 +0300 | [diff] [blame] | 126 | #define CONFIG_BOARD_LATE_INIT |
Alexey Brodkin | 88961bc | 2016-11-25 16:23:43 +0300 | [diff] [blame] | 127 | |
| 128 | #endif /* _CONFIG_HSDK_H_ */ |