blob: ae6cebbed84b8c646416769d95714af93ce22d36 [file] [log] [blame]
Denis 'GNUtoo' Carikli07672112012-07-09 21:39:13 +02001/*
2 * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
Shawn Guo36dffd82013-04-07 10:49:34 +080013#include "imx31.dtsi"
Denis 'GNUtoo' Carikli07672112012-07-09 21:39:13 +020014
15/ {
16 model = "Buglabs i.MX31 Bug 1.x";
Fabio Estevam4aaa0192013-01-03 14:47:22 -020017 compatible = "buglabs,imx31-bug", "fsl,imx31";
Denis 'GNUtoo' Carikli07672112012-07-09 21:39:13 +020018
19 memory {
20 reg = <0x80000000 0x8000000>; /* 128M */
21 };
Shawn Guobe4ccfc2012-12-31 11:32:48 +080022};
Denis 'GNUtoo' Carikli07672112012-07-09 21:39:13 +020023
Shawn Guobe4ccfc2012-12-31 11:32:48 +080024&uart5 {
Geert Uytterhoeven2e7c4162016-05-31 16:31:51 +020025 uart-has-rtscts;
Shawn Guobe4ccfc2012-12-31 11:32:48 +080026 status = "okay";
Denis 'GNUtoo' Carikli07672112012-07-09 21:39:13 +020027};