blob: 481dfc20b3c052274e8270a3a06a5d52ffd5089b [file] [log] [blame]
Philippe Reynes341032d2018-07-16 19:06:14 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
4 */
5
6#ifndef __CONFIG_BMIPS_BCM6838_H
7#define __CONFIG_BMIPS_BCM6838_H
8
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Philippe Reynes341032d2018-07-16 19:06:14 +020011/* CPU */
12#define CONFIG_SYS_MIPS_TIMER_FREQ 160000000
13
14/* RAM */
Philippe Reynes341032d2018-07-16 19:06:14 +020015#define CONFIG_SYS_SDRAM_BASE 0x80000000
16
17/* U-Boot */
Philippe Reynes341032d2018-07-16 19:06:14 +020018
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
Philippe Reynes341032d2018-07-16 19:06:14 +020021#endif
22
23#endif /* __CONFIG_BMIPS_BCM6838_H */