blob: 1400a211e3ad05eaa1a3f61dd6803bcba4741f21 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasutaee83122016-05-06 20:10:41 +02002/*
3 * Copyright (C) 2016 Marek Vasut <marex@denx.de>
Marek Vasutaee83122016-05-06 20:10:41 +02004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Daniel Schwierzeck170681e2022-07-10 17:15:12 +02009#define CONFIG_SYS_MIPS_TIMER_FREQ 280000000
Marek Vasutaee83122016-05-06 20:10:41 +020010
Marek Vasutaee83122016-05-06 20:10:41 +020011#define CONFIG_SYS_SDRAM_BASE 0xa0000000
Marek Vasutaee83122016-05-06 20:10:41 +020012
Marek Vasutaee83122016-05-06 20:10:41 +020013#define CONFIG_SYS_INIT_RAM_ADDR 0xbd000000
14#define CONFIG_SYS_INIT_RAM_SIZE 0x8000
Marek Vasutaee83122016-05-06 20:10:41 +020015
16/*
17 * Serial Port
18 */
19#define CONFIG_SYS_NS16550_CLK 40000000
Marek Vasutaee83122016-05-06 20:10:41 +020020
Marek Vasutaee83122016-05-06 20:10:41 +020021/*
22 * Command
23 */
24/* Miscellaneous configurable options */
Marek Vasutaee83122016-05-06 20:10:41 +020025
Marek Vasutaee83122016-05-06 20:10:41 +020026/*
27 * Diagnostics
28 */
Marek Vasutaee83122016-05-06 20:10:41 +020029
Marek Vasutaee83122016-05-06 20:10:41 +020030#endif /* __CONFIG_H */