blob: d87eee3f9b3cd5b01c5d1ffb0383e63ac4f3e16a [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001// SPDX-License-Identifier: GPL-2.0-or-later
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5
6/dts-v1/;
7#include "imx31.dtsi"
8
9/ {
10 model = "Buglabs i.MX31 Bug 1.x";
11 compatible = "buglabs,imx31-bug", "fsl,imx31";
12
13 memory@80000000 {
David Brazdil0f672f62019-12-10 10:32:29 +000014 device_type = "memory";
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000015 reg = <0x80000000 0x8000000>; /* 128M */
16 };
17};
18
19&uart5 {
20 uart-has-rtscts;
21 status = "okay";
22};