]> git.ipfire.org Git - thirdparty/kernel/stable.git/blob - arch/arm/boot/dts/imx6q-rex-pro.dts
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[thirdparty/kernel/stable.git] / arch / arm / boot / dts / imx6q-rex-pro.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Copyright 2014 FEDEVEL, Inc.
4 *
5 * Author: Robert Nelson <robertcnelson@gmail.com>
6 */
7 /dts-v1/;
8 #include "imx6q.dtsi"
9 #include "imx6qdl-rex.dtsi"
10
11 / {
12 model = "Rex Pro i.MX6 Quad Board";
13 compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
14
15 memory@10000000 {
16 device_type = "memory";
17 reg = <0x10000000 0x80000000>;
18 };
19 };
20
21 &ecspi3 {
22 flash: m25p80@0 {
23 compatible = "sst,sst25vf032b", "jedec,spi-nor";
24 spi-max-frequency = <20000000>;
25 reg = <0>;
26 };
27 };
28
29 &sata {
30 status = "okay";
31 };