-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] pxa/littleton: add preliminary I2C board info (da9034 + max7320)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
- Loading branch information
Eric Miao
committed
Dec 17, 2008
1 parent
111059e
commit 3b24f30
Showing
2 changed files
with
81 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
#ifndef __ASM_ARCH_ZYLONITE_H | ||
#define __ASM_ARCH_ZYLONITE_H | ||
#ifndef __ASM_ARCH_LITTLETON_H | ||
#define __ASM_ARCH_LITTLETON_H | ||
|
||
#include <mach/gpio.h> | ||
|
||
#define LITTLETON_ETH_PHYS 0x30000000 | ||
|
||
#define LITTLETON_GPIO_LCD_CS (17) | ||
|
||
#endif /* __ASM_ARCH_ZYLONITE_H */ | ||
#define EXT0_GPIO_BASE (NR_BUILTIN_GPIO) | ||
#define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x)) | ||
|
||
#endif /* __ASM_ARCH_LITTLETON_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters