1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2006 Freescale Semiconductor, Inc.
4 * Dave Liu <daveliu@freescale.com>
6 * Copyright (C) 2007 Logic Product Development, Inc.
7 * Peter Barada <peterb@logicpd.com>
9 * Copyright (C) 2007 MontaVista Software, Inc.
10 * Anton Vorontsov <avorontsov@ru.mvista.com>
13 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
20 * High Level Configuration Options
23 #define CONFIG_HOSTNAME "kmtegr1"
24 #define CONFIG_KM_UBI_PARTITION_NAME_BOOT "ubi0"
25 #define CONFIG_KM_UBI_PARTITION_NAME_APP "ubi1"
27 #define CONFIG_NAND_ECC_BCH
28 #define CONFIG_NAND_KMETER1
29 #define CONFIG_SYS_MAX_NAND_DEVICE 1
30 #define NAND_MAX_CHIPS 1
32 #define CONFIG_SYS_SICRL (0 \
33 | SICR_1_UART1_UART1RTS \
37 | SICR_1_GPIO_A_GPIO \
38 | SICR_1_GPIO_B_GPIO \
39 | SICR_1_GPIO_C_GPIO \
40 | SICR_1_GPIO_D_GPIO \
42 | SICR_1_GPIO_F_GPIO \
43 | SICR_1_USB_A_UART2S \
44 | SICR_1_USB_B_UART2RTS \
49 /* include common defines/options for all Keymile boards */
50 #include "km/keymile-common.h"
51 #include "km/km-powerpc.h"
52 #include "km/km-mpc83xx.h"
53 #include "km/km-mpc8309.h"
55 /* must be after the include because KMBEC_FPGA is otherwise undefined */
56 #define CONFIG_SYS_NAND_BASE CONFIG_SYS_KMBEC_FPGA_BASE /* PRIO_BASE_ADDRESS */
58 #endif /* __CONFIG_H */