blob: bd9526561f10d4366c011f4d4e2fb119446b665f [file] [log] [blame]
Fabio Estevam5349f2a2012-04-11 22:12:11 -03001/*
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 Guo36dffd82013-04-07 10:49:34 +080013#include "imx27.dtsi"
Fabio Estevam5349f2a2012-04-11 22:12:11 -030014
15/ {
Fabio Estevam991eb582012-12-25 09:10:51 -020016 model = "Freescale i.MX27 Product Development Kit";
17 compatible = "fsl,imx27-pdk", "fsl,imx27";
Fabio Estevam5349f2a2012-04-11 22:12:11 -030018
19 memory {
Fabio Estevam88308ed2014-04-02 19:25:44 -030020 reg = <0xa0000000 0x08000000>;
Fabio Estevam5349f2a2012-04-11 22:12:11 -030021 };
Shawn Guobe4ccfc2012-12-31 11:32:48 +080022};
Fabio Estevam5349f2a2012-04-11 22:12:11 -030023
Fabio Estevam09c74502014-04-13 11:48:41 -030024
25&fec {
Shawn Guobe4ccfc2012-12-31 11:32:48 +080026 status = "okay";
27};
Fabio Estevam5349f2a2012-04-11 22:12:11 -030028
Fabio Estevam09c74502014-04-13 11:48:41 -030029&uart1 {
30 fsl,uart-has-rtscts;
Shawn Guobe4ccfc2012-12-31 11:32:48 +080031 status = "okay";
Fabio Estevam5349f2a2012-04-11 22:12:11 -030032};