diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-12-18 16:58:45 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-22 23:57:38 +0400 |
commit | 17723fd357f9973d5dd2908e3cc6b4149d891429 (patch) | |
tree | 44df24f23282ea4c99d0b39e90b0796acccb9fa3 /arch/arm/mach-moxart/moxart.c | |
parent | 345bc449e78664060a2863dafc680a4d1910ecb6 (diff) | |
download | linux-17723fd357f9973d5dd2908e3cc6b4149d891429.tar.xz |
ARM: moxart: add MOXA ART SoC platform files
The MOXA ART SoC is based on Faraday's FA526. This is a ARMv4 32-bit
192 MHz CPU with MMU and 16KB/8KB D/I-cache.
Add platform support for this SoC.
Also add UC-7112-LX as a machine.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-moxart/moxart.c')
-rw-r--r-- | arch/arm/mach-moxart/moxart.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-moxart/moxart.c b/arch/arm/mach-moxart/moxart.c new file mode 100644 index 000000000000..86b6d9b57c54 --- /dev/null +++ b/arch/arm/mach-moxart/moxart.c @@ -0,0 +1,15 @@ +/* + * arch/arm/mach-moxart/moxart.c + * + * (C) Copyright 2013, Jonas Jensen <jonas.jensen@gmail.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ |