b8a962dfa2fbdd81bc3851752faf6c82f492c780
[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 #include <linux/sizes.h>
10
11 /* CPU */
12 #define CONFIG_SYS_MIPS_TIMER_FREQ      120000000
13
14 /* RAM */
15 #define CONFIG_SYS_SDRAM_BASE           0x80000000
16
17 /* U-Boot */
18
19 #if defined(CONFIG_BMIPS_BOOT_RAM)
20 #define CONFIG_SYS_INIT_SP_OFFSET       SZ_8K
21 #endif
22
23 #define CONFIG_SYS_FLASH_BASE                   0xbfc00000
24
25 #endif /* __CONFIG_BMIPS_BCM6338_H */