diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/crag6410.h')
-rw-r--r-- | arch/arm/mach-s3c64xx/crag6410.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/crag6410.h b/arch/arm/mach-s3c64xx/crag6410.h new file mode 100644 index 000000000000..4c3c9994fc2c --- /dev/null +++ b/arch/arm/mach-s3c64xx/crag6410.h | |||
@@ -0,0 +1,24 @@ | |||
1 | /* Cragganmore 6410 shared definitions | ||
2 | * | ||
3 | * Copyright 2011 Wolfson Microelectronics plc | ||
4 | * Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #ifndef MACH_CRAG6410_H | ||
12 | #define MACH_CRAG6410_H | ||
13 | |||
14 | #include <linux/gpio.h> | ||
15 | |||
16 | #define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START | ||
17 | |||
18 | #define PCA935X_GPIO_BASE GPIO_BOARD_START | ||
19 | #define CODEC_GPIO_BASE (GPIO_BOARD_START + 8) | ||
20 | #define GLENFARCLAS_PMIC_GPIO_BASE (GPIO_BOARD_START + 32) | ||
21 | #define BANFF_PMIC_GPIO_BASE (GPIO_BOARD_START + 64) | ||
22 | #define MMGPIO_GPIO_BASE (GPIO_BOARD_START + 96) | ||
23 | |||
24 | #endif | ||