1262569Simp/*
2262569Simp * Copyright 2013 Freescale Semiconductor, Inc.
3262569Simp *
4262569Simp * Author: Fabio Estevam <fabio.estevam@freescale.com>
5262569Simp *
6262569Simp * This program is free software; you can redistribute it and/or modify
7262569Simp * it under the terms of the GNU General Public License version 2 as
8262569Simp * published by the Free Software Foundation.
9262569Simp *
10262569Simp */
11262569Simp/dts-v1/;
12262569Simp#include "imx6q.dtsi"
13270864Simp#include "imx6qdl-wandboard-revc1.dtsi"
14262569Simp
15262569Simp/ {
16262569Simp	model = "Wandboard i.MX6 Quad Board";
17262569Simp	compatible = "wand,imx6q-wandboard", "fsl,imx6q";
18262569Simp
19262569Simp	memory {
20262569Simp		reg = <0x10000000 0x80000000>;
21262569Simp	};
22262569Simp};
23262569Simp
24262569Simp&sata {
25262569Simp	status = "okay";
26262569Simp};
27