Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright 2014 FEDEVEL, Inc.
0004  *
0005  * Author: Robert Nelson <robertcnelson@gmail.com>
0006  */
0007 /dts-v1/;
0008 #include "imx6dl.dtsi"
0009 #include "imx6qdl-rex.dtsi"
0010 
0011 / {
0012         model = "Rex Basic i.MX6 Dual Lite Board";
0013         compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
0014 
0015         memory@10000000 {
0016                 device_type = "memory";
0017                 reg = <0x10000000 0x20000000>;
0018         };
0019 };
0020 
0021 &ecspi3 {
0022         flash: flash@0 {
0023                 compatible = "sst,sst25vf016b", "jedec,spi-nor";
0024                 spi-max-frequency = <20000000>;
0025                 reg = <0>;
0026         };
0027 };