Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / configs / iconnect.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2009-2012
4  * Wojciech Dubowik <wojciech.dubowik@neratec.com>
5  * Luka Perkov <luka@openwrt.org>
6  */
7
8 #ifndef _CONFIG_ICONNECT_H
9 #define _CONFIG_ICONNECT_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/uImage\0"                 \
32         "bootargs_root=noinitrd ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs\0"
33
34 /*
35  * Ethernet driver configuration
36  */
37 #ifdef CONFIG_CMD_NET
38 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
39 #define CONFIG_PHY_BASE_ADR     11
40 #undef CONFIG_RESET_PHY_R
41 #endif /* CONFIG_CMD_NET */
42
43 /*
44  * File system
45  */
46
47 #endif /* _CONFIG_ICONNECT_H */