blob: 6dd69ca38b42790cbba541153f73ba40358ca1ac [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 */
Alexey Brodkin67482f52016-11-25 16:23:43 +030022
23#define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
24#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
25#define CONFIG_SYS_SDRAM_SIZE SZ_1G
26
Alexey Brodkin8f44e1e2018-01-19 16:13:51 +030027#define CONFIG_SYS_BOOTM_LEN SZ_128M
Alexey Brodkin67482f52016-11-25 16:23:43 +030028
29/*
Alexey Brodkin67482f52016-11-25 16:23:43 +030030 * UART configuration
31 */
Alexey Brodkin67482f52016-11-25 16:23:43 +030032#define CONFIG_SYS_NS16550_SERIAL
33#define CONFIG_SYS_NS16550_CLK 33330000
34#define CONFIG_SYS_NS16550_MEM32
35
36/*
37 * Ethernet PHY configuration
38 */
Alexey Brodkin67482f52016-11-25 16:23:43 +030039
40/*
41 * USB 1.1 configuration
42 */
43#define CONFIG_USB_OHCI_NEW
44#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
45
46/*
47 * Environment settings
48 */
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +030049#define CONFIG_EXTRA_ENV_SETTINGS \
Eugeniy Paltsev9ddcfef2018-06-04 14:52:32 +030050 "upgrade=if mmc rescan && " \
51 "fatload mmc 0:1 ${loadaddr} u-boot-update.scr && " \
52 "iminfo ${loadaddr} && source ${loadaddr}; then; else echo " \
53 "\"Fail to upgrade.\n" \
54 "Do you have u-boot-update.scr and u-boot.head on first (FAT) SD card partition?\"" \
55 "; fi\0" \
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +030056 "core_dccm_0=0x10\0" \
57 "core_dccm_1=0x6\0" \
58 "core_dccm_2=0x10\0" \
59 "core_dccm_3=0x6\0" \
60 "core_iccm_0=0x10\0" \
61 "core_iccm_1=0x6\0" \
62 "core_iccm_2=0x10\0" \
63 "core_iccm_3=0x6\0" \
64 "core_mask=0xF\0" \
65 "dcache_ena=0x1\0" \
66 "icache_ena=0x1\0" \
67 "non_volatile_limit=0xE\0" \
68 "hsdk_hs34=setenv core_mask 0x2; setenv icache_ena 0x0; \
69setenv dcache_ena 0x0; setenv core_iccm_1 0x7; \
70setenv core_dccm_1 0x8; setenv non_volatile_limit 0x0;\0" \
71 "hsdk_hs36=setenv core_mask 0x1; setenv icache_ena 0x1; \
72setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
73setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE;\0" \
74 "hsdk_hs36_ccm=setenv core_mask 0x2; setenv icache_ena 0x1; \
75setenv dcache_ena 0x1; setenv core_iccm_1 0x7; \
76setenv core_dccm_1 0x8; setenv non_volatile_limit 0xE;\0" \
77 "hsdk_hs38=setenv core_mask 0x1; setenv icache_ena 0x1; \
78setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
79setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE;\0" \
80 "hsdk_hs38_ccm=setenv core_mask 0x2; setenv icache_ena 0x1; \
81setenv dcache_ena 0x1; setenv core_iccm_1 0x7; \
82setenv core_dccm_1 0x8; setenv non_volatile_limit 0xE;\0" \
83 "hsdk_hs38x2=setenv core_mask 0x3; setenv icache_ena 0x1; \
84setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
85setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \
86setenv core_iccm_1 0x6; setenv core_dccm_1 0x6;\0" \
87 "hsdk_hs38x3=setenv core_mask 0x7; 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; \
91setenv core_iccm_2 0x10; setenv core_dccm_2 0x10;\0" \
92 "hsdk_hs38x4=setenv core_mask 0xF; setenv icache_ena 0x1; \
93setenv dcache_ena 0x1; setenv core_iccm_0 0x10; \
94setenv core_dccm_0 0x10; setenv non_volatile_limit 0xE; \
95setenv core_iccm_1 0x6; setenv core_dccm_1 0x6; \
96setenv core_iccm_2 0x10; setenv core_dccm_2 0x10; \
97setenv core_iccm_3 0x6; setenv core_dccm_3 0x6;\0"
98
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +030099/* Cli configuration */
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +0300100
101/*
102 * Callback configuration
103 */
Eugeniy Paltsevada8aff2018-03-26 15:57:37 +0300104
Alexey Brodkin67482f52016-11-25 16:23:43 +0300105#endif /* _CONFIG_HSDK_H_ */