ARM: dts: AM33XX: Add default pinctrl binding for I2C device
[deliverable/linux.git] / arch / arm / boot / dts / imx31-bug.dts
CommitLineData
0767211b
DGC
1/*
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/;
36dffd8f 13#include "imx31.dtsi"
0767211b
DGC
14
15/ {
16 model = "Buglabs i.MX31 Bug 1.x";
4aaa0195 17 compatible = "buglabs,imx31-bug", "fsl,imx31";
0767211b
DGC
18
19 memory {
20 reg = <0x80000000 0x8000000>; /* 128M */
21 };
be4ccfce 22};
0767211b 23
be4ccfce
SG
24&uart5 {
25 fsl,uart-has-rtscts;
26 status = "okay";
0767211b 27};
This page took 0.109499 seconds and 5 git commands to generate.