diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-11 13:20:33 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 10:21:14 -0700 |
commit | 2e591ca01cdb174a18ebc7685001bbb403c6d53d (patch) | |
tree | d1b8e872ad8e7062e2091a9f201bb05b227e7270 /arch/arm/boot/dts/omap3-overo-storm-alto35.dts | |
parent | 2185bc7509daf7b453aa631fbba47844ed3a969e (diff) | |
download | talos-obmc-linux-2e591ca01cdb174a18ebc7685001bbb403c6d53d.tar.gz talos-obmc-linux-2e591ca01cdb174a18ebc7685001bbb403c6d53d.zip |
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 @@ +/* + * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +/* + * Alto35 expansion board is manufactured by Gumstix Inc. + */ + +/dts-v1/; + +#include "omap3-overo-storm.dtsi" +#include "omap3-overo-alto35-common.dtsi" + +/ { + model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Alto35"; + compatible = "gumstix,omap3-overo-alto35", "gumstix,omap3-overo", "ti,omap36xx", "ti,omap3"; +}; |