diff options
author | Eric Bénard <eric@eukrea.com> | 2010-07-23 10:11:19 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 09:05:37 -0400 |
commit | ef93f1443c014e0d6dd7a5b1e592a02aa266f001 (patch) | |
tree | e91f097147ce5920e1760395bb8af3503c7dd186 /arch/arm/plat-mxc/include/mach/eukrea-baseboards.h | |
parent | 84659ab5851aae05035a41b378c4c9aca2d2aeb4 (diff) |
i.MX51: add support for cpuimx51 module and its baseboard
CPUIMX51 is build around Freescale's i.MX515 and has up to
512MB of RAM, NAND Flash, Ethernet, USB Host with 4 ports
hub, USB OTG, ST16554 Quad UART on nCS1, I2C RTC ...
MBIMX51 adds LEDS, Keypad, TSC2007 touchscreen controler ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/eukrea-baseboards.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/eukrea-baseboards.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/eukrea-baseboards.h b/arch/arm/plat-mxc/include/mach/eukrea-baseboards.h index 4e7cbe7fe801..634e3f4c454d 100644 --- a/arch/arm/plat-mxc/include/mach/eukrea-baseboards.h +++ b/arch/arm/plat-mxc/include/mach/eukrea-baseboards.h | |||
@@ -28,17 +28,19 @@ | |||
28 | * its own devices, it calls baseboard's init function. | 28 | * its own devices, it calls baseboard's init function. |
29 | * TODO: Add your own baseboard init function and call it from | 29 | * TODO: Add your own baseboard init function and call it from |
30 | * inside eukrea_cpuimx25_init() eukrea_cpuimx27_init() | 30 | * inside eukrea_cpuimx25_init() eukrea_cpuimx27_init() |
31 | * or eukrea_cpuimx35_init(). | 31 | * eukrea_cpuimx35_init() or eukrea_cpuimx51_init(). |
32 | * | 32 | * |
33 | * This example here is for the development board. Refer | 33 | * This example here is for the development board. Refer |
34 | * mach-mx25/eukrea_mbimxsd-baseboard.c for cpuimx25 | 34 | * mach-mx25/eukrea_mbimxsd-baseboard.c for cpuimx25 |
35 | * mach-imx/eukrea_mbimx27-baseboard.c for cpuimx27 | 35 | * mach-imx/eukrea_mbimx27-baseboard.c for cpuimx27 |
36 | * mach-mx3/eukrea_mbimxsd-baseboard.c for cpuimx35 | 36 | * mach-mx3/eukrea_mbimxsd-baseboard.c for cpuimx35 |
37 | * mach-mx5/eukrea_mbimx51-baseboard.c for cpuimx51 | ||
37 | */ | 38 | */ |
38 | 39 | ||
39 | extern void eukrea_mbimx25_baseboard_init(void); | 40 | extern void eukrea_mbimx25_baseboard_init(void); |
40 | extern void eukrea_mbimx27_baseboard_init(void); | 41 | extern void eukrea_mbimx27_baseboard_init(void); |
41 | extern void eukrea_mbimx35_baseboard_init(void); | 42 | extern void eukrea_mbimx35_baseboard_init(void); |
43 | extern void eukrea_mbimx51_baseboard_init(void); | ||
42 | 44 | ||
43 | #endif | 45 | #endif |
44 | 46 | ||