MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / stih410-b2260.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
4  * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 #include <linux/sizes.h>
11
12 /* ram memory-related information */
13 #define PHYS_SDRAM_1                    0x40000000
14 #define CONFIG_SYS_SDRAM_BASE           PHYS_SDRAM_1
15 #define PHYS_SDRAM_1_SIZE               0x3E000000
16
17 #define CONFIG_SYS_HZ_CLOCK             750000000       /* 750 MHz */
18
19 /* Environment */
20
21 /*
22  * For booting Linux, use the first 256 MB of memory, since this is
23  * the maximum mapped by the Linux kernel during initialization.
24  */
25 #define CONFIG_SYS_BOOTMAPSZ            SZ_256M
26
27 #define BOOT_TARGET_DEVICES(func) \
28         func(MMC, mmc, 0) \
29         func(USB, usb, 0) \
30         func(DHCP, dhcp, na)
31 #include <config_distro_bootcmd.h>
32 #define CONFIG_EXTRA_ENV_SETTINGS                               \
33                         "kernel_addr_r=0x40000000\0"            \
34                         "fdtfile=stih410-b2260.dtb\0"           \
35                         "fdt_addr_r=0x47000000\0"               \
36                         "scriptaddr=0x50000000\0"               \
37                         "pxefile_addr_r=0x50100000\0"           \
38                         "ramdisk_addr_r=0x48000000\0"           \
39                         BOOTENV
40
41 /* Extra Commands */
42
43 /* USB Configs */
44
45 /* NET Configs */
46
47 #endif /* __CONFIG_H */