ARM: dts: imx27-pdk: Keep the dt nodes sorted
[deliverable/linux.git] / arch / arm / boot / dts / imx27-pdk.dts
CommitLineData
5349f2a8
FE
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/;
36dffd8f 13#include "imx27.dtsi"
5349f2a8
FE
14
15/ {
991eb585
FE
16 model = "Freescale i.MX27 Product Development Kit";
17 compatible = "fsl,imx27-pdk", "fsl,imx27";
5349f2a8
FE
18
19 memory {
88308edd 20 reg = <0xa0000000 0x08000000>;
5349f2a8 21 };
be4ccfce 22};
5349f2a8 23
09c7450c
FE
24
25&fec {
be4ccfce
SG
26 status = "okay";
27};
5349f2a8 28
09c7450c
FE
29&uart1 {
30 fsl,uart-has-rtscts;
be4ccfce 31 status = "okay";
5349f2a8 32};
This page took 0.175233 seconds and 5 git commands to generate.