blob: 55c1d439d58bfd317224057e5a12a69d746eacd6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +01002/*
3 * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +01004 */
5
6#ifndef __CONFIG_BMIPS_BCM6318_H
7#define __CONFIG_BMIPS_BCM6318_H
8
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +010011/* CPU */
12#define CONFIG_SYS_MIPS_TIMER_FREQ 166500000
13
14/* RAM */
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +010015#define CONFIG_SYS_SDRAM_BASE 0x80000000
16
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +010017/* U-Boot */
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +010018
19#if defined(CONFIG_BMIPS_BOOT_RAM)
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +020020#define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
Álvaro Fernández Rojas3483f282018-01-20 19:16:04 +010021#endif
22
23#endif /* __CONFIG_BMIPS_BCM6318_H */