summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/devices-imx1.h
blob: 391c1a9c8ee9febeff4dad8c22e8400e7f568bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <mach/devices.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);
}