1270866Simp/*
2270866Simp * Copyright 2014 FEDEVEL, Inc.
3270866Simp *
4270866Simp * Author: Robert Nelson <robertcnelson@gmail.com>
5270866Simp *
6270866Simp * This program is free software; you can redistribute it and/or modify
7270866Simp * it under the terms of the GNU General Public License version 2 as
8270866Simp * published by the Free Software Foundation.
9270866Simp *
10270866Simp */
11270866Simp/dts-v1/;
12270866Simp#include "imx6q.dtsi"
13270866Simp#include "imx6qdl-rex.dtsi"
14270866Simp
15270866Simp/ {
16270866Simp	model = "Rex Pro i.MX6 Quad Board";
17270866Simp	compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
18270866Simp
19270866Simp	memory {
20270866Simp		reg = <0x10000000 0x80000000>;
21270866Simp	};
22270866Simp};
23270866Simp
24270866Simp&ecspi3 {
25270866Simp	flash: m25p80@0 {
26295436Sandrew		compatible = "sst,sst25vf032b", "jedec,spi-nor";
27270866Simp		spi-max-frequency = <20000000>;
28270866Simp		reg = <0>;
29270866Simp	};
30270866Simp};
31270866Simp
32270866Simp&sata {
33270866Simp	status = "okay";
34270866Simp};
35