1262569Simp/*
2262569Simp * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
3262569Simp *
4262569Simp * The code contained herein is licensed under the GNU General Public
5262569Simp * License. You may obtain a copy of the GNU General Public License
6262569Simp * Version 2 or later at the following locations:
7262569Simp *
8262569Simp * http://www.opensource.org/licenses/gpl-license.html
9262569Simp * http://www.gnu.org/copyleft/gpl.html
10262569Simp */
11262569Simp
12262569Simp#include "imx6q.dtsi"
13270864Simp#include "imx6qdl-phytec-pfla02.dtsi"
14262569Simp
15262569Simp/ {
16270864Simp	model = "Phytec phyFLEX-i.MX6 Quad";
17262569Simp	compatible = "phytec,imx6q-pfla02", "fsl,imx6q";
18262569Simp
19262569Simp	memory {
20262569Simp		reg = <0x10000000 0x80000000>;
21262569Simp	};
22262569Simp};
23