| Fabio Estevam | 5349f2a | 2012-04-11 22:12:11 -0300 | [diff] [blame] | 1 | /* | 
 | 2 |  * Copyright 2012 Sascha Hauer, Pengutronix | 
 | 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/ "imx27.dtsi" | 
 | 14 |  | 
 | 15 | / { | 
| Fabio Estevam | 991eb58 | 2012-12-25 09:10:51 -0200 | [diff] [blame] | 16 | 	model = "Freescale i.MX27 Product Development Kit"; | 
 | 17 | 	compatible = "fsl,imx27-pdk", "fsl,imx27"; | 
| Fabio Estevam | 5349f2a | 2012-04-11 22:12:11 -0300 | [diff] [blame] | 18 |  | 
 | 19 | 	memory { | 
 | 20 | 		reg = <0x0 0x0>; | 
 | 21 | 	}; | 
| Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 22 | }; | 
| Fabio Estevam | 5349f2a | 2012-04-11 22:12:11 -0300 | [diff] [blame] | 23 |  | 
| Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 24 | &uart1 { | 
 | 25 | 	fsl,uart-has-rtscts; | 
 | 26 | 	status = "okay"; | 
 | 27 | }; | 
| Fabio Estevam | 5349f2a | 2012-04-11 22:12:11 -0300 | [diff] [blame] | 28 |  | 
| Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 29 | &fec { | 
 | 30 | 	status = "okay"; | 
| Fabio Estevam | 5349f2a | 2012-04-11 22:12:11 -0300 | [diff] [blame] | 31 | }; |