xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-dfi-fs700-m60.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2013 Sascha Hauer <s.hauer@pengutronix.de>
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#ifndef __DTS_V1__
7*f126890aSEmmanuel Vadot#define __DTS_V1__
8*f126890aSEmmanuel Vadot/dts-v1/;
9*f126890aSEmmanuel Vadot#endif
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot#include "imx6q.dtsi"
12*f126890aSEmmanuel Vadot#include "imx6qdl-dfi-fs700-m60.dtsi"
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot/ {
15*f126890aSEmmanuel Vadot	model = "DFI FS700-M60-6QD i.MX6qd Q7 Board";
16*f126890aSEmmanuel Vadot	compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	/* Will be filled by the bootloader */
19*f126890aSEmmanuel Vadot	memory@10000000 {
20*f126890aSEmmanuel Vadot		device_type = "memory";
21*f126890aSEmmanuel Vadot		reg = <0x10000000 0>;
22*f126890aSEmmanuel Vadot	};
23*f126890aSEmmanuel Vadot};
24