]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/ph1_sld8.h
ARM: UniPhier: move support card select to Kconfig
[karo-tx-uboot.git] / include / configs / ph1_sld8.h
1 /*
2  * Copyright (C) 2012-2014 Panasonic Corporation
3  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __PH1_XXX_H
9 #define __PH1_XXX_H
10
11 /*
12  * Serial Configuration
13  *   SoC UART     : enable CONFIG_UNIPHIER_SERIAL
14  *   On-board UART: enable CONFIG_SYS_NS16550_SERIAL
15  */
16 #if 0
17 #define CONFIG_SYS_NS16550_SERIAL
18 #endif
19
20 #define CONFIG_SMC911X
21
22 #define CONFIG_DDR_NUM_CH0 1
23 #define CONFIG_DDR_NUM_CH1 1
24
25 /* #define CONFIG_DDR_STANDARD */
26
27 /*
28  * Memory Size & Mapping
29  */
30 /* Physical start address of SDRAM */
31 #define CONFIG_SDRAM0_BASE      0x80000000
32 #define CONFIG_SDRAM0_SIZE      0x10000000
33 #define CONFIG_SDRAM1_BASE      0x90000000
34 #define CONFIG_SDRAM1_SIZE      0x10000000
35
36 #define CONFIG_SPL_TEXT_BASE 0x40000
37
38 #include "uniphier-common.h"
39
40 #endif /* __PH1_XXX_H */