blob: 0290978f080b2088cf5a4b2e2fc13af67fb03055 [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/;
13/include/ "imx27.dtsi"
14
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 {
20 reg = <0x0 0x0>;
21 };
22
23 soc {
Fabio Estevam3e24b052012-11-21 17:19:38 -020024 aipi@10000000 { /* aipi1 */
Fabio Estevam2d4e6dc2012-07-30 11:23:16 -030025 uart1: serial@1000a000 {
Fabio Estevam5349f2a2012-04-11 22:12:11 -030026 fsl,uart-has-rtscts;
27 status = "okay";
28 };
Fabio Estevam3e24b052012-11-21 17:19:38 -020029 };
Fabio Estevam5349f2a2012-04-11 22:12:11 -030030
Fabio Estevam3e24b052012-11-21 17:19:38 -020031 aipi@10020000 { /* aipi2 */
32 ethernet@1002b000 {
Fabio Estevam5349f2a2012-04-11 22:12:11 -030033 status = "okay";
34 };
35 };
36 };
Fabio Estevam5349f2a2012-04-11 22:12:11 -030037};