summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/devices-imx1.h
blob: e4185bc2818bb6464612cfa9fcf950394fe17e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <mach/devices.h>
#include <mach/imx1-regs.h>

static inline struct device_d *imx1_add_uart0(void)
{
	return imx_add_uart_imx1((void *)MX1_UART1_BASE_ADDR, 0);
}

static inline struct device_d *imx1_add_uart1(void)
{
	return imx_add_uart_imx1((void *)MX1_UART2_BASE_ADDR, 1);
}