summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/devices.h
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@canonical.com>2010-02-04 12:21:53 -0800
committerAmit Kucheria <amit.kucheria@canonical.com>2010-02-09 18:32:16 +0200
commita329b48c43e5e2e6b51ce159d99aefeb90c7c066 (patch)
tree007238749bf1aeeb567344122d800b9b5b6e7b12 /arch/arm/mach-mx5/devices.h
parent438caa3f6c91ba21c539a8547c4075b619dc6500 (diff)
mxc: Core support for Freescale i.MX5 series
Add basic clock support, cpu identification, I/O mapping, interrupt controller, serial port and ethernet. Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
Diffstat (limited to 'arch/arm/mach-mx5/devices.h')
-rw-r--r--arch/arm/mach-mx5/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices.h b/arch/arm/mach-mx5/devices.h
new file mode 100644
index 000000000000..f339ab8c19be
--- /dev/null
+++ b/arch/arm/mach-mx5/devices.h
@@ -0,0 +1,4 @@
+extern struct platform_device mxc_uart_device0;
+extern struct platform_device mxc_uart_device1;
+extern struct platform_device mxc_uart_device2;
+extern struct platform_device mxc_fec_device;