66e731c01c09f4cf37f8affdf0be000288242046
[platform/kernel/u-boot.git] / include / configs / bmips_bcm6338.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4  */
5
6 #ifndef __CONFIG_BMIPS_BCM6338_H
7 #define __CONFIG_BMIPS_BCM6338_H
8
9 /* CPU */
10 #define CONFIG_SYS_MIPS_TIMER_FREQ      120000000
11
12 /* RAM */
13 #define CONFIG_NR_DRAM_BANKS            1
14 #define CONFIG_SYS_SDRAM_BASE           0x80000000
15
16 /* U-Boot */
17 #define CONFIG_SYS_LOAD_ADDR            CONFIG_SYS_SDRAM_BASE + 0x100000
18
19 #if defined(CONFIG_BMIPS_BOOT_RAM)
20 #define CONFIG_SKIP_LOWLEVEL_INIT
21 #define CONFIG_SYS_INIT_SP_OFFSET       0x2000
22 #endif
23
24 #define CONFIG_SYS_FLASH_BASE                   0xbfc00000
25 #define CONFIG_SYS_FLASH_EMPTY_INFO
26 #define CONFIG_SYS_FLASH_PROTECTION
27 #define CONFIG_SYS_MAX_FLASH_BANKS_DETECT       1
28
29 #endif /* __CONFIG_BMIPS_BCM6338_H */