blob: c8c28bb4f04013f708beb21a6c1c132fe6dec82e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Alexey Brodkin67482f52016-11-25 16:23:43 +03002/*
3 * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
Alexey Brodkin67482f52016-11-25 16:23:43 +03004 */
5
6#ifndef _CONFIG_HSDK_H_
7#define _CONFIG_HSDK_H_
8
9#include <linux/sizes.h>
10
11/*
12 * CPU configuration
13 */
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +030014#define NR_CPUS 4
Alexey Brodkin67482f52016-11-25 16:23:43 +030015#define ARC_PERIPHERAL_BASE 0xF0000000
16#define ARC_DWMMC_BASE (ARC_PERIPHERAL_BASE + 0xA000)
17#define ARC_DWGMAC_BASE (ARC_PERIPHERAL_BASE + 0x18000)
18
19/*
20 * Memory configuration
21 */
22#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
23
24#define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
25#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
26#define CONFIG_SYS_SDRAM_SIZE SZ_1G
27
28#define CONFIG_SYS_INIT_SP_ADDR \
29 (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
30
Alexey Brodkin8f44e1e2018-01-19 16:13:51 +030031#define CONFIG_SYS_BOOTM_LEN SZ_128M
Alexey Brodkin67482f52016-11-25 16:23:43 +030032
33/*
Alexey Brodkin67482f52016-11-25 16:23:43 +030034 * UART configuration
35 */
Alexey Brodkin67482f52016-11-25 16:23:43 +030036#define CONFIG_SYS_NS16550_SERIAL
37#define CONFIG_SYS_NS16550_CLK 33330000
38#define CONFIG_SYS_NS16550_MEM32
39
40/*
41 * Ethernet PHY configuration
42 */
Alexey Brodkin67482f52016-11-25 16:23:43 +030043
44/*
45 * USB 1.1 configuration
46 */
47#define CONFIG_USB_OHCI_NEW
48#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
49
50/*
51 * Environment settings
52 */
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +030053#define CONFIG_EXTRA_ENV_SETTINGS \
Eugeniy Paltsev9ddcfef2018-06-04 14:52:32 +030054 "upgrade=if mmc rescan && " \
55 "fatload mmc 0:1 ${loadaddr} u-boot-update.scr && " \
56 "iminfo ${loadaddr} && source ${loadaddr}; then; else echo " \
57 "\"Fail to upgrade.\n" \
58 "Do you have u-boot-update.scr and u-boot.head on first (FAT) SD card partition?\"" \
59 "; fi\0" \
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +030060 "core_dccm_0=0x10\0" \
61 "core_dccm_1=0x6\0" \
62 "core_dccm_2=0x10\0" \
63 "core_dccm_3=0x6\0" \
64 "core_iccm_0=0x10\0" \
65 "core_iccm_1=0x6\0" \
66 "core_iccm_2=0x10\0" \
67 "core_iccm_3=0x6\0" \
68 "core_mask=0xF\0" \
69 "dcache_ena=0x1\0" \
70 "icache_ena=0x1\0" \
71 "non_volatile_limit=0xE\0" \
72 "hsdk_hs34=setenv core_mask 0x2; setenv icache_ena 0x0; \
73setenv dcache_ena 0x0; setenv core_iccm_1 0x7; \
74setenv core_dccm_1 0x8; setenv non_volatile_limit 0x0;\0" \
75 "hsdk_hs36=setenv core_mask 0x1; setenv icache_ena 0x1; \
76setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
77setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE;\0" \
78 "hsdk_hs36_ccm=setenv core_mask 0x2; setenv icache_ena 0x1; \
79setenv dcache_ena 0x1; setenv core_iccm_1 0x7; \
80setenv core_dccm_1 0x8; setenv non_volatile_limit 0xE;\0" \
81 "hsdk_hs38=setenv core_mask 0x1; setenv icache_ena 0x1; \
82setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
83setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE;\0" \
84 "hsdk_hs38_ccm=setenv core_mask 0x2; setenv icache_ena 0x1; \
85setenv dcache_ena 0x1; setenv core_iccm_1 0x7; \
86setenv core_dccm_1 0x8; setenv non_volatile_limit 0xE;\0" \
87 "hsdk_hs38x2=setenv core_mask 0x3; setenv icache_ena 0x1; \
88setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
89setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \
90setenv core_iccm_1 0x6; setenv core_dccm_1 0x6;\0" \
91 "hsdk_hs38x3=setenv core_mask 0x7; setenv icache_ena 0x1; \
92setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
93setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \
94setenv core_iccm_1 0x6; setenv core_dccm_1 0x6; \
95setenv core_iccm_2 0x10; setenv core_dccm_2 0x10;\0" \
96 "hsdk_hs38x4=setenv core_mask 0xF; setenv icache_ena 0x1; \
97setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
98setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \
99setenv core_iccm_1 0x6; setenv core_dccm_1 0x6; \
100setenv core_iccm_2 0x10; setenv core_dccm_2 0x10; \
101setenv core_iccm_3 0x6; setenv core_dccm_3 0x6;\0"
102
Alexey Brodkin67482f52016-11-25 16:23:43 +0300103/*
104 * Environment configuration
105 */
106#define CONFIG_BOOTFILE "uImage"
Alexey Brodkin67482f52016-11-25 16:23:43 +0300107
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +0300108/* Cli configuration */
109#define CONFIG_SYS_CBSIZE SZ_2K
110
111/*
112 * Callback configuration
113 */
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +0300114
Alexey Brodkin67482f52016-11-25 16:23:43 +0300115#endif /* _CONFIG_HSDK_H_ */