blob: 1daf49a453533b857fe88f5fd91a96e304a653e3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tom Warren873e3ef2015-02-12 15:01:49 -07002/*
3 * (C) Copyright 2013-2015
4 * NVIDIA Corporation <www.nvidia.com>
Tom Warren873e3ef2015-02-12 15:01:49 -07005 */
6
7#ifndef _P2571_H
8#define _P2571_H
9
10#include <linux/sizes.h>
11
Tom Warren873e3ef2015-02-12 15:01:49 -070012#include "tegra210-common.h"
13
14/* High-level configuration options */
Tom Warren873e3ef2015-02-12 15:01:49 -070015#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2571"
16
17/* Board-specific serial config */
18#define CONFIG_SERIAL_MULTI
19#define CONFIG_TEGRA_ENABLE_UARTA
Tom Warren873e3ef2015-02-12 15:01:49 -070020
21/* I2C */
22#define CONFIG_SYS_I2C_TEGRA
Tom Warren873e3ef2015-02-12 15:01:49 -070023
Tom Warren873e3ef2015-02-12 15:01:49 -070024/* Environment in eMMC, at the end of 2nd "boot sector" */
Tom Warren873e3ef2015-02-12 15:01:49 -070025#define CONFIG_SYS_MMC_ENV_DEV 0
26#define CONFIG_SYS_MMC_ENV_PART 2
27#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
28
29/* SPI */
Tom Warren873e3ef2015-02-12 15:01:49 -070030#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0
31#define CONFIG_SF_DEFAULT_SPEED 24000000
Tom Warren873e3ef2015-02-12 15:01:49 -070032#define CONFIG_SPI_FLASH_SIZE (4 << 20)
33
34/* USB2.0 Host support */
Tom Warren873e3ef2015-02-12 15:01:49 -070035#define CONFIG_USB_EHCI_TEGRA
Tom Warren873e3ef2015-02-12 15:01:49 -070036
37/* USB networking support */
Tom Warren873e3ef2015-02-12 15:01:49 -070038
39/* General networking support */
Tom Warren873e3ef2015-02-12 15:01:49 -070040
Tom Warrene7436f62015-07-28 15:16:38 -070041#include "tegra-common-usb-gadget.h"
Tom Warren873e3ef2015-02-12 15:01:49 -070042#include "tegra-common-post.h"
43
Tom Warren873e3ef2015-02-12 15:01:49 -070044#endif /* _P2571_H */