diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-07-04 13:22:53 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-05 09:40:51 +0800 |
commit | b9df44919cd0a776abab442b59c8bf9a8b7301fc (patch) | |
tree | 0370d23a094f387cd0e963ed14b99ecf05cfbd82 /arch/arm/mach-mxs | |
parent | b9f25f86320f129fc9440426f5db29fd62a1c072 (diff) |
ARM: mx23: Add initial support for olinuxino board
mx23-olinuxino is a low cost board designed by Olimex.
It has the following features:
- Freescale iMX233 ARM926J processor at 454MHz
-64 MB RAM
-SD-card connector
-TV PAL/NTSC video output
-2 USB High Speed Hosts
-Ethernet 100 Mbit
-Stereo Audio Input
-Stereo Headphones Audio Output
More information at:
http://www.olimex.com/dev/imx233-olinuxino-maxi.html
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/mach-mxs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 87a4829ec08..7bbb961cc52 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -216,6 +216,7 @@ static void __init mxs_machine_init(void) static const char *imx23_dt_compat[] __initdata = { "fsl,imx23-evk", + "olimex,imx23-olinuxino", "fsl,imx23", NULL, }; |