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/dts-v1/;
13262569Simp#include "imx6q-phytec-pfla02.dtsi"
14270864Simp#include "imx6qdl-phytec-pbab01.dtsi"
15262569Simp
16262569Simp/ {
17262569Simp	model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board";
18262569Simp	compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q";
19262569Simp
20270864Simp	chosen {
21270864Simp		stdout-path = &uart4;
22270864Simp	};
23262569Simp};
24262569Simp
25270864Simp&sata {
26270864Simp        status = "okay";
27262569Simp};
28