1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
6 #ifndef __CONFIG_BMIPS_BCM3380_H
7 #define __CONFIG_BMIPS_BCM3380_H
9 #include <linux/sizes.h>
12 #define CONFIG_SYS_MIPS_TIMER_FREQ 166500000
15 #define CONFIG_SYS_SDRAM_BASE 0x80000000
19 #if defined(CONFIG_BMIPS_BOOT_RAM)
20 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
23 #endif /* __CONFIG_BMIPS_BCM3380_H */