Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | ||||
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef __CONFIG_H | ||||
7 | #define __CONFIG_H | ||||
8 | |||||
Daniel Schwierzeck | 170681e | 2022-07-10 17:15:12 +0200 | [diff] [blame^] | 9 | #define CONFIG_SYS_MIPS_TIMER_FREQ 280000000 |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 10 | |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 11 | #define CONFIG_SYS_SDRAM_BASE 0xa0000000 |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 12 | |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 13 | #define CONFIG_SYS_INIT_RAM_ADDR 0xbd000000 |
14 | #define CONFIG_SYS_INIT_RAM_SIZE 0x8000 | ||||
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 15 | |
16 | /* | ||||
17 | * Serial Port | ||||
18 | */ | ||||
19 | #define CONFIG_SYS_NS16550_CLK 40000000 | ||||
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 20 | |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 21 | /* |
22 | * Command | ||||
23 | */ | ||||
24 | /* Miscellaneous configurable options */ | ||||
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 25 | |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 26 | /* |
27 | * Diagnostics | ||||
28 | */ | ||||
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 29 | |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 30 | #endif /* __CONFIG_H */ |