| Denis 'GNUtoo' Carikli | 0767211 | 2012-07-09 21:39:13 +0200 | [diff] [blame] | 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/; | 
 | 13 | /include/ "imx31.dtsi" | 
 | 14 |  | 
 | 15 | / { | 
 | 16 | 	model = "Buglabs i.MX31 Bug 1.x"; | 
 | 17 | 	compatible = "fsl,imx31-bug", "fsl,imx31"; | 
 | 18 |  | 
 | 19 | 	memory { | 
 | 20 | 		reg = <0x80000000 0x8000000>; /* 128M */ | 
 | 21 | 	}; | 
 | 22 |  | 
 | 23 | 	soc { | 
 | 24 | 		aips@43f00000 { /* AIPS1 */ | 
 | 25 | 			uart5: serial@43fb4000 { | 
 | 26 | 				fsl,uart-has-rtscts; | 
 | 27 | 				status = "okay"; | 
 | 28 | 			}; | 
 | 29 | 		}; | 
 | 30 | 	}; | 
 | 31 | }; |