50 lines
870 B
Plaintext
50 lines
870 B
Plaintext
/*
|
|
* Copyright 2012 Freescale Semiconductor, Inc.
|
|
* Copyright 2011 Linaro Ltd.
|
|
*
|
|
* The code contained herein is licensed under the GNU General Public
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
* Version 2 or later at the following locations:
|
|
*
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-openrex.dtsi"
|
|
|
|
/ {
|
|
model = "FEDEVEL i.MX6 Quad OpenRex Board";
|
|
compatible = "fsl,imx6q-openrex", "fsl,imx6q";
|
|
|
|
memory {
|
|
reg = <0x10000000 0x80000000>; /* reg = 0x10000000 (base address) 0x80000000 (size = 2147483648 bits => 2GB) */
|
|
};
|
|
};
|
|
|
|
&mxcfb1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&mxcfb2 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&mxcfb3 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&mxcfb4 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&sata {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie {
|
|
status = "okay";
|
|
};
|