blob: d06c3342e2c4ed2f2d9003b921d6943450ab93d2 [file] [log] [blame]
Olof Johanssond9a51fe2011-02-19 17:25:32 -08001/*
2 * arch/arm/mach-tegra/board-seaboard.h
3 *
4 * Copyright (C) 2010 Google, Inc.
5 *
6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 */
16
17#ifndef _MACH_TEGRA_BOARD_SEABOARD_H
18#define _MACH_TEGRA_BOARD_SEABOARD_H
19
Stephen Warrena697e692011-08-08 14:35:14 -060020#define SEABOARD_GPIO_TPS6586X(_x_) (TEGRA_NR_GPIOS + (_x_))
21#define SEABOARD_GPIO_WM8903(_x_) (SEABOARD_GPIO_TPS6586X(4) + (_x_))
22
Stephen Warren986afbe2011-03-04 22:44:28 -070023#define TEGRA_GPIO_SD2_CD TEGRA_GPIO_PI5
24#define TEGRA_GPIO_SD2_WP TEGRA_GPIO_PH1
25#define TEGRA_GPIO_SD2_POWER TEGRA_GPIO_PI6
Olof Johanssond9a51fe2011-02-19 17:25:32 -080026#define TEGRA_GPIO_LIDSWITCH TEGRA_GPIO_PC7
27#define TEGRA_GPIO_USB1 TEGRA_GPIO_PD0
28#define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PV2
29#define TEGRA_GPIO_BACKLIGHT TEGRA_GPIO_PD4
30#define TEGRA_GPIO_LVDS_SHUTDOWN TEGRA_GPIO_PB2
31#define TEGRA_GPIO_BACKLIGHT_PWM TEGRA_GPIO_PU5
32#define TEGRA_GPIO_BACKLIGHT_VDD TEGRA_GPIO_PW0
33#define TEGRA_GPIO_EN_VDD_PNL TEGRA_GPIO_PC6
34#define TEGRA_GPIO_MAGNETOMETER TEGRA_GPIO_PN5
35#define TEGRA_GPIO_ISL29018_IRQ TEGRA_GPIO_PZ2
36#define TEGRA_GPIO_AC_ONLINE TEGRA_GPIO_PV3
Stephen Warrena697e692011-08-08 14:35:14 -060037#define TEGRA_GPIO_WWAN_PWR SEABOARD_GPIO_TPS6586X(2)
38#define TEGRA_GPIO_CDC_IRQ TEGRA_GPIO_PX3
39#define TEGRA_GPIO_SPKR_EN SEABOARD_GPIO_WM8903(2)
40#define TEGRA_GPIO_HP_DET TEGRA_GPIO_PX1
41#define TEGRA_GPIO_KAEN_HP_MUTE TEGRA_GPIO_PA5
Olof Johanssond9a51fe2011-02-19 17:25:32 -080042
43void seaboard_pinmux_init(void);
44
45#endif