diff options
author | Ilya Yanok <yanok@emcraft.com> | 2009-08-11 02:32:09 +0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-09-01 22:10:55 +0200 |
commit | 10bc241dfc15a0820d9c52469173b7ccafec0b84 (patch) | |
tree | 4bfa528bd7ed8b2faf5c9c4073ae9e8e84511e81 /include/asm-arm | |
parent | 50b5fff55827946c86a60db8b21a9358be720666 (diff) | |
download | u-boot-imx-10bc241dfc15a0820d9c52469173b7ccafec0b84.zip u-boot-imx-10bc241dfc15a0820d9c52469173b7ccafec0b84.tar.gz u-boot-imx-10bc241dfc15a0820d9c52469173b7ccafec0b84.tar.bz2 |
imx27lite: add support for imx27lite board from LogicPD
This patch adds support for i.MX27-LITEKIT development board from
LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
flash, FEC ethernet controller integrated into i.MX27.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-mx27/imx-regs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx27/imx-regs.h b/include/asm-arm/arch-mx27/imx-regs.h index cff2b0e..d36a6da 100644 --- a/include/asm-arm/arch-mx27/imx-regs.h +++ b/include/asm-arm/arch-mx27/imx-regs.h @@ -28,6 +28,18 @@ extern void imx_gpio_mode (int gpio_mode); +#ifdef CONFIG_MXC_UART +extern void mx27_uart_init_pins(void); +#endif /* CONFIG_MXC_UART */ + +#ifdef CONFIG_FEC_MXC +extern void mx27_fec_init_pins(void); +#endif /* CONFIG_FEC_MXC */ + +#ifdef CONFIG_MXC_MMC +extern void mx27_sd2_init_pins(void); +#endif /* CONFIG_MXC_MMC */ + /* AIPI */ struct aipi_regs { u32 psr0; |