diff options
author | Ash Charles <ashcharles@gmail.com> | 2015-06-12 23:37:23 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-14 14:15:10 +0300 |
commit | 72f5d5d5247725ea7ca786378ac2ab40bc5c0dab (patch) | |
tree | d33cd36fa6eab5e47500dfee0ea153ff2f9e1154 /arch/arm/boot/dts/omap3-overo-tobiduo.dts | |
parent | 34c900a60bb09cab44d0fff96dd0e109a7b9bcf2 (diff) | |
download | linux-72f5d5d5247725ea7ca786378ac2ab40bc5c0dab.tar.xz |
ARM: dts: Add DTS for Gumstix TobiDuo expansion board
The Gumstix "Tobi-Duo" expansion board [1] can be used with either
OMAP3 Overo or Overo Storm COMs. It provides two NICs using LAN9221
chips.
It is necessary to duplicate the interface information for the
second SMSC9221 chip as discussed [2].
[1] https://store.gumstix.com/index.php/products/241/
[2] http://www.spinics.net/lists/linux-omap/msg115282.html
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-tobiduo.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-tobiduo.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-tobiduo.dts b/arch/arm/boot/dts/omap3-overo-tobiduo.dts new file mode 100644 index 000000000000..b9ce310f6e82 --- /dev/null +++ b/arch/arm/boot/dts/omap3-overo-tobiduo.dts @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2015 Ash Charles, Gumstix, Inc. + * + * 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. + */ + +/* + * TobiDuo expansion board is manufactured by Gumstix Inc. + */ + +/dts-v1/; + +#include "omap3-overo.dtsi" +#include "omap3-overo-tobiduo-common.dtsi" + +/ { + model = "OMAP35xx Gumstix Overo on TobiDuo"; + compatible = "gumstix,omap3-overo-tobiduo", "gumstix,omap3-overo", "ti,omap3430", "ti,omap3"; +}; |