]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/imx25-karo-tx25.dts
Merge tag 'omap-pm-v3.10/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / arm / boot / dts / imx25-karo-tx25.dts
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 "imx25.dtsi"
14
15 / {
16         model = "Ka-Ro TX25";
17         compatible = "karo,imx25-tx25", "fsl,imx25";
18
19         memory {
20                 reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
21         };
22 };
23
24 &uart1 {
25         status = "okay";
26 };
27
28 &fec {
29         phy-mode = "rmii";
30         status = "okay";
31 };
32
33 &nfc {
34         nand-on-flash-bbt;
35         status = "okay";
36 };