diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-11 08:20:33 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 13:21:14 -0400 |
commit | 2e591ca01cdb174a18ebc7685001bbb403c6d53d (patch) | |
tree | d1b8e872ad8e7062e2091a9f201bb05b227e7270 /arch/arm/boot/dts/omap3-overo-storm-alto35.dts | |
parent | 2185bc7509daf7b453aa631fbba47844ed3a969e (diff) |
ARM: dts: Add support for the Overo Alto35
Alto35 is an expansion board for Gumstix Overo products.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-storm-alto35.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-storm-alto35.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-storm-alto35.dts b/arch/arm/boot/dts/omap3-overo-storm-alto35.dts new file mode 100644 index 000000000000..e9cae52afc25 --- /dev/null +++ b/arch/arm/boot/dts/omap3-overo-storm-alto35.dts | |||
@@ -0,0 +1,21 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | ||
8 | |||
9 | /* | ||
10 | * Alto35 expansion board is manufactured by Gumstix Inc. | ||
11 | */ | ||
12 | |||
13 | /dts-v1/; | ||
14 | |||
15 | #include "omap3-overo-storm.dtsi" | ||
16 | #include "omap3-overo-alto35-common.dtsi" | ||
17 | |||
18 | / { | ||
19 | model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Alto35"; | ||
20 | compatible = "gumstix,omap3-overo-alto35", "gumstix,omap3-overo", "ti,omap36xx", "ti,omap3"; | ||
21 | }; | ||