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 "imx6q.dtsi"
0009 #include "imx6qdl-rex.dtsi"
0010 
0011 / {
0012         model = "Rex Pro i.MX6 Quad Board";
0013         compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
0014 
0015         memory@10000000 {
0016                 device_type = "memory";
0017                 reg = <0x10000000 0x80000000>;
0018         };
0019 };
0020 
0021 &ecspi3 {
0022         flash: flash@0 {
0023                 compatible = "sst,sst25vf032b", "jedec,spi-nor";
0024                 spi-max-frequency = <20000000>;
0025                 reg = <0>;
0026         };
0027 };
0028 
0029 &sata {
0030         status = "okay";
0031 };