75bb073d4d8d8a5266fdb5a755f4ea91de201020
[platform/kernel/u-boot.git] / include / configs / ib62x0.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2011-2012
4  * Gerald Kerma <dreagle@doukki.net>
5  * Luka Perkov <luka@openwrt.org>
6  */
7
8 #ifndef _CONFIG_IB62x0_H
9 #define _CONFIG_IB62x0_H
10
11 /*
12  * High level configuration options
13  */
14 #define CONFIG_FEROCEON_88FR131         /* CPU Core subversion */
15 #define CONFIG_KW88F6281                /* SOC Name */
16
17 #include "mv-common.h"
18
19 /*
20  * Environment variables configuration
21  */
22
23 /*
24  * Default environment variables
25  */
26
27 #define CONFIG_EXTRA_ENV_SETTINGS \
28         "console=console=ttyS0,115200\0"                                \
29         "mtdids=nand0=orion_nand\0"                                     \
30         "mtdparts="CONFIG_MTDPARTS_DEFAULT                      \
31         "kernel=/boot/zImage\0"                                         \
32         "fdt=/boot/ib62x0.dtb\0"                                        \
33         "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
34
35 /*
36  * Ethernet driver configuration
37  */
38 #ifdef CONFIG_CMD_NET
39 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
40 #define CONFIG_PHY_BASE_ADR     0
41 #undef CONFIG_RESET_PHY_R
42 #endif /* CONFIG_CMD_NET */
43
44 /*
45  * SATA driver configuration
46  */
47 #ifdef CONFIG_IDE
48 #define __io
49 #define CONFIG_SYS_ATA_IDE0_OFFSET      MV_SATA_PORT0_OFFSET
50 #define CONFIG_SYS_ATA_IDE1_OFFSET      MV_SATA_PORT1_OFFSET
51 #endif /* CONFIG_IDE */
52
53 #endif /* _CONFIG_IB62x0_H */