Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313286
b: refs/heads/master
c: 0767211
h: refs/heads/master
v: v3
  • Loading branch information
Denis 'GNUtoo' Carikli authored and Sascha Hauer committed Jul 10, 2012
1 parent 10fb72b commit bac162b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2a37b3d91f46da25e7ff34f582e914a4cc0bfee
refs/heads/master: 0767211bea2f2062b1d5620eed6a279fa2b4330e
31 changes: 31 additions & 0 deletions trunk/arch/arm/boot/dts/imx31-bug.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* 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/;
/include/ "imx31.dtsi"

/ {
model = "Buglabs i.MX31 Bug 1.x";
compatible = "fsl,imx31-bug", "fsl,imx31";

memory {
reg = <0x80000000 0x8000000>; /* 128M */
};

soc {
aips@43f00000 { /* AIPS1 */
uart5: serial@43fb4000 {
fsl,uart-has-rtscts;
status = "okay";
};
};
};
};

0 comments on commit bac162b

Please sign in to comment.