1262569Simp/*
2262569Simp * Copyright 2011 Freescale Semiconductor, Inc.
3262569Simp * Copyright 2011 Linaro Ltd.
4262569Simp *
5262569Simp * The code contained herein is licensed under the GNU General Public
6262569Simp * License. You may obtain a copy of the GNU General Public License
7262569Simp * Version 2 or later at the following locations:
8262569Simp *
9262569Simp * http://www.opensource.org/licenses/gpl-license.html
10262569Simp * http://www.gnu.org/copyleft/gpl.html
11262569Simp */
12262569Simp
13262569Simp/dts-v1/;
14262569Simp#include "imx6q.dtsi"
15270864Simp#include "imx6qdl-sabrelite.dtsi"
16262569Simp
17262569Simp/ {
18262569Simp	model = "Freescale i.MX6 Quad SABRE Lite Board";
19262569Simp	compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";
20262569Simp};
21262569Simp
22262569Simp&sata {
23262569Simp	status = "okay";
24262569Simp};
25