2012-07-09 19:39:13 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|
|
|
*
|
|
|
|
* 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/;
|
2013-04-07 02:49:34 +00:00
|
|
|
#include "imx31.dtsi"
|
2012-07-09 19:39:13 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Buglabs i.MX31 Bug 1.x";
|
2013-01-03 16:47:22 +00:00
|
|
|
compatible = "buglabs,imx31-bug", "fsl,imx31";
|
2012-07-09 19:39:13 +00:00
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0x80000000 0x8000000>; /* 128M */
|
|
|
|
};
|
2012-12-31 03:32:48 +00:00
|
|
|
};
|
2012-07-09 19:39:13 +00:00
|
|
|
|
2012-12-31 03:32:48 +00:00
|
|
|
&uart5 {
|
|
|
|
fsl,uart-has-rtscts;
|
|
|
|
status = "okay";
|
2012-07-09 19:39:13 +00:00
|
|
|
};
|