summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-snowball.h
blob: d8bd2cd4ed2e03671ca3cd8119785a16f343e6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * Author: Mathieu Poirier <mathieu.poirier@linaro.org>
 *
 * License terms: GNU General Public License (GPL) version 2
 */

#ifndef __SNOWBALL_H
#define __SNOWBALL_H

#define SNOWBALL_SDMMC_EN_GPIO 217
#define SNOWBALL_SDMMC_1V8_3V_GPIO 228
#define SNOWBALL_SDMMC_CD_GPIO 218

void mop500_msp_init(void);
void __init snowball_pins_init(void);

int msp13_i2s_init(void);
int msp13_i2s_exit(void);

#endif