]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/imx6q-rex-pro.dts
Merge tag 'omap-for-v5.1/dt-cpsw-phy' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / imx6q-rex-pro.dts
CommitLineData
e2047e33
RN
1/*
2 * Copyright 2014 FEDEVEL, Inc.
3 *
4 * Author: Robert Nelson <robertcnelson@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 */
11/dts-v1/;
12#include "imx6q.dtsi"
13#include "imx6qdl-rex.dtsi"
14
15/ {
16 model = "Rex Pro i.MX6 Quad Board";
17 compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
18
ad00e080 19 memory@10000000 {
404c0c93 20 device_type = "memory";
e2047e33
RN
21 reg = <0x10000000 0x80000000>;
22 };
23};
24
25&ecspi3 {
26 flash: m25p80@0 {
79826ac6 27 compatible = "sst,sst25vf032b", "jedec,spi-nor";
e2047e33
RN
28 spi-max-frequency = <20000000>;
29 reg = <0>;
30 };
31};
32
33&sata {
34 status = "okay";
35};