mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 18:06:56 +07:00
5cb8b0fa55
The Development kits consist of a SOM connected to a baseboard. Moving most of the devkit files to baseboard allow us to re-use much of the contents in preparation for using it on the OMAP35xx varation of the same kit. Signed-off-by: Adam Ford <aford173@gmail.com> [tony@atomide.com: updated to apply on recent gpmc range fixes] Signed-off-by: Tony Lindgren <tony@atomide.com>
18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
/*
|
|
* 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.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "omap36xx.dtsi"
|
|
#include "logicpd-som-lv.dtsi"
|
|
#include "logicpd-som-lv-baseboard.dtsi"
|
|
#include "omap-gpmc-smsc9221.dtsi"
|
|
|
|
/ {
|
|
model = "LogicPD Zoom DM3730 SOM-LV Development Kit";
|
|
compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3630", "ti,omap3";
|
|
};
|