xref: /openbmc/u-boot/include/configs/plutux.h (revision c507d306)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
24026aca6SThierry Reding /*
34026aca6SThierry Reding  *  (C) Copyright 2010,2011
44026aca6SThierry Reding  *  NVIDIA Corporation <www.nvidia.com>
5a7dafd7bSThierry Reding  *  (C) Copyright 2011-2012
64026aca6SThierry Reding  *  Avionic Design GmbH <www.avionic-design.de>
74026aca6SThierry Reding  */
84026aca6SThierry Reding 
94026aca6SThierry Reding #ifndef __CONFIG_H
104026aca6SThierry Reding #define __CONFIG_H
114026aca6SThierry Reding 
1200a2749dSAllen Martin #include "tegra20-common.h"
134026aca6SThierry Reding 
144026aca6SThierry Reding /* High-level configuration options */
1529f3e3f2STom Warren #define CONFIG_TEGRA_BOARD_STRING	"Avionic Design Plutux"
164026aca6SThierry Reding 
174026aca6SThierry Reding /* Board-specific serial config */
1829f3e3f2STom Warren #define CONFIG_TEGRA_ENABLE_UARTD	/* UARTD: debug UART */
194026aca6SThierry Reding #define CONFIG_SYS_NS16550_COM1		NV_PA_APB_UARTD_BASE
204026aca6SThierry Reding 
2151016ffdSThierry Reding /* NAND support */
2251016ffdSThierry Reding #define CONFIG_TEGRA_NAND
2351016ffdSThierry Reding #define CONFIG_SYS_MAX_NAND_DEVICE	1
2451016ffdSThierry Reding 
2551016ffdSThierry Reding /* Environment in NAND, aligned to start of last sector */
2651016ffdSThierry Reding #define CONFIG_ENV_OFFSET		(SZ_512M - SZ_128K) /* 128K sectors */
2751016ffdSThierry Reding 
2829f3e3f2STom Warren #include "tegra-common-post.h"
29bea2674cSStephen Warren 
304026aca6SThierry Reding #endif /* __CONFIG_H */
31