2012-04-12 01:12:11 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Sascha Hauer, Pengutronix
|
|
|
|
*
|
|
|
|
* The code contained herein is licensed under the GNU General Public
|
|
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
|
|
* Version 2 or later at the following locations:
|
|
|
|
*
|
|
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2013-04-07 02:49:34 +00:00
|
|
|
#include "imx27.dtsi"
|
2012-04-12 01:12:11 +00:00
|
|
|
|
|
|
|
/ {
|
2012-12-25 11:10:51 +00:00
|
|
|
model = "Freescale i.MX27 Product Development Kit";
|
|
|
|
compatible = "fsl,imx27-pdk", "fsl,imx27";
|
2012-04-12 01:12:11 +00:00
|
|
|
|
|
|
|
memory {
|
2014-04-02 22:25:44 +00:00
|
|
|
reg = <0xa0000000 0x08000000>;
|
2012-04-12 01:12:11 +00:00
|
|
|
};
|
2012-12-31 03:32:48 +00:00
|
|
|
};
|
2012-04-12 01:12:11 +00:00
|
|
|
|
2014-04-13 14:48:41 +00:00
|
|
|
|
|
|
|
&fec {
|
2012-12-31 03:32:48 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
2012-04-12 01:12:11 +00:00
|
|
|
|
2014-04-13 14:48:41 +00:00
|
|
|
&uart1 {
|
|
|
|
fsl,uart-has-rtscts;
|
2014-04-13 14:48:42 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart1>;
|
2012-12-31 03:32:48 +00:00
|
|
|
status = "okay";
|
2012-04-12 01:12:11 +00:00
|
|
|
};
|
2014-04-13 14:48:42 +00:00
|
|
|
|
|
|
|
&iomuxc {
|
|
|
|
imx27-pdk {
|
|
|
|
pinctrl_uart1: uart1grp {
|
|
|
|
fsl,pins = <
|
|
|
|
MX27_PAD_UART1_TXD__UART1_TXD 0x0
|
|
|
|
MX27_PAD_UART1_RXD__UART1_RXD 0x0
|
|
|
|
MX27_PAD_UART1_CTS__UART1_CTS 0x0
|
|
|
|
MX27_PAD_UART1_RTS__UART1_RTS 0x0
|
|
|
|
>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|