Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [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/; | ||||
Shawn Guo | 36dffd8 | 2013-04-07 10:49:34 +0800 | [diff] [blame] | 13 | #include "imx25.dtsi" |
Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [diff] [blame] | 14 | |
15 | / { | ||||
16 | model = "Ka-Ro TX25"; | ||||
17 | compatible = "karo,imx25-tx25", "fsl,imx25"; | ||||
18 | |||||
Sascha Hauer | 48f5196 | 2014-05-07 15:19:00 +0200 | [diff] [blame] | 19 | chosen { |
20 | stdout-path = &uart1; | ||||
21 | }; | ||||
22 | |||||
Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [diff] [blame] | 23 | memory { |
24 | reg = <0x80000000 0x02000000 0x90000000 0x02000000>; | ||||
25 | }; | ||||
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 26 | }; |
Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [diff] [blame] | 27 | |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 28 | &uart1 { |
29 | status = "okay"; | ||||
30 | }; | ||||
Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [diff] [blame] | 31 | |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 32 | &fec { |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 33 | phy-mode = "rmii"; |
Fabio Estevam | 152fab6 | 2013-01-04 10:29:09 -0200 | [diff] [blame] | 34 | status = "okay"; |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 35 | }; |
Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [diff] [blame] | 36 | |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 37 | &nfc { |
38 | nand-on-flash-bbt; | ||||
39 | status = "okay"; | ||||
Sascha Hauer | 62300cb | 2012-11-12 11:58:51 +0100 | [diff] [blame] | 40 | }; |