blob: ddaa54051395fc96465faa8848513d942e8937ed [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +02002/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +02004 */
5
6#ifndef __CONFIG_BMIPS_BCM6338_H
7#define __CONFIG_BMIPS_BCM6338_H
8
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +020011/* CPU */
12#define CONFIG_SYS_MIPS_TIMER_FREQ 120000000
13
14/* RAM */
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +020015#define CONFIG_SYS_SDRAM_BASE 0x80000000
16
17/* U-Boot */
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +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
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +020021#endif
22
23#define CONFIG_SYS_FLASH_BASE 0xbfc00000
24#define CONFIG_SYS_FLASH_EMPTY_INFO
Álvaro Fernández Rojas07661e72017-05-16 18:46:58 +020025
26#endif /* __CONFIG_BMIPS_BCM6338_H */