repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
19 lines
396 B
Plaintext
19 lines
396 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (C) 2015 Ash Charles, Gumstix, Inc.
|
|
*/
|
|
|
|
/*
|
|
* 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";
|
|
};
|