2019-06-04 11:11:33 +03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2014-07-08 18:49:23 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2014 FEDEVEL, Inc.
|
|
|
|
*
|
|
|
|
* Author: Robert Nelson <robertcnelson@gmail.com>
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6dl.dtsi"
|
|
|
|
#include "imx6qdl-rex.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Rex Basic i.MX6 Dual Lite Board";
|
|
|
|
compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
|
|
|
|
|
2018-01-24 16:22:14 +03:00
|
|
|
memory@10000000 {
|
2018-12-05 21:10:03 +03:00
|
|
|
device_type = "memory";
|
2014-07-08 18:49:23 +04:00
|
|
|
reg = <0x10000000 0x20000000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&ecspi3 {
|
|
|
|
flash: m25p80@0 {
|
2015-08-16 09:39:17 +03:00
|
|
|
compatible = "sst,sst25vf016b", "jedec,spi-nor";
|
2014-07-08 18:49:23 +04:00
|
|
|
spi-max-frequency = <20000000>;
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|