1270866Simp/*
2270866Simp * Copyright 2013 Sascha Hauer <s.hauer@pengutronix.de>
3270866Simp *
4270866Simp * The code contained herein is licensed under the GNU General Public
5270866Simp * License. You may obtain a copy of the GNU General Public License
6270866Simp * Version 2 or later at the following locations:
7270866Simp *
8270866Simp * http://www.opensource.org/licenses/gpl-license.html
9270866Simp * http://www.gnu.org/copyleft/gpl.html
10270866Simp */
11270866Simp
12270866Simp#ifndef __DTS_V1__
13270866Simp#define __DTS_V1__
14270866Simp/dts-v1/;
15270866Simp#endif
16270866Simp
17270866Simp#include "imx6dl.dtsi"
18270866Simp#include "imx6qdl-dfi-fs700-m60.dtsi"
19270866Simp
20270866Simp/ {
21270866Simp	model = "DFI FS700-M60-6DL i.MX6dl Q7 Board";
22270866Simp	compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
23270866Simp};
24