]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/ph1_pro4.h
ARM: UniPhier: move support card select to Kconfig
[karo-tx-uboot.git] / include / configs / ph1_pro4.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 2
23 #define CONFIG_DDR_NUM_CH1 2
24
25 /*
26  * Memory Size & Mapping
27  */
28 /* Physical start address of SDRAM */
29 #define CONFIG_SDRAM0_BASE      0x80000000
30 #define CONFIG_SDRAM0_SIZE      0x20000000
31 #define CONFIG_SDRAM1_BASE      0xa0000000
32 #define CONFIG_SDRAM1_SIZE      0x20000000
33
34 #define CONFIG_SPL_TEXT_BASE 0x100000
35
36 #include "uniphier-common.h"
37
38 #endif /* __PH1_XXX_H */