From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/arch/arm/boot/dts/omap3-overo-alto35.dts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 linux/arch/arm/boot/dts/omap3-overo-alto35.dts (limited to 'linux/arch/arm/boot/dts/omap3-overo-alto35.dts') diff --git a/linux/arch/arm/boot/dts/omap3-overo-alto35.dts b/linux/arch/arm/boot/dts/omap3-overo-alto35.dts new file mode 100644 index 00000000..a3249eb7 --- /dev/null +++ b/linux/arch/arm/boot/dts/omap3-overo-alto35.dts @@ -0,0 +1,22 @@ +/* + * 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.dtsi" +#include "omap3-overo-alto35-common.dtsi" + +/ { + model = "OMAP35xx Gumstix Overo on Alto35"; + compatible = "gumstix,omap3-overo-alto35", "gumstix,omap3-overo", "ti,omap3430", "ti,omap3"; +}; + -- cgit