blob: 88267c5c3ef48f34aa8b5c4dc1d0eb58a67c5e2c [file] [log] [blame]
Fabio Estevam860c06f2013-01-03 14:27:35 -02001/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
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 Guo36dffd82013-04-07 10:49:34 +080013#include "imx25.dtsi"
Fabio Estevam860c06f2013-01-03 14:27:35 -020014
15/ {
16 model = "Freescale i.MX25 Product Development Kit";
17 compatible = "fsl,imx25-pdk", "fsl,imx25";
18
19 memory {
20 reg = <0x80000000 0x4000000>;
21 };
22};
23
Fabio Estevam860c06f2013-01-03 14:27:35 -020024&fec {
25 phy-mode = "rmii";
26 status = "okay";
27};
28
29&nfc {
30 nand-on-flash-bbt;
31 status = "okay";
32};
Fabio Estevam8617cb02014-03-05 17:30:35 -030033
34&uart1 {
35 status = "okay";
36};