forked from Minki/linux
72f5d5d524
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>
22 lines
565 B
Plaintext
22 lines
565 B
Plaintext
/*
|
|
* 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-storm.dtsi"
|
|
#include "omap3-overo-tobiduo-common.dtsi"
|
|
|
|
/ {
|
|
model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on TobiDuo";
|
|
compatible = "gumstix,omap3-overo-tobiduo", "gumstix,omap3-overo", "ti,omap36xx", "ti,omap3";
|
|
};
|