]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/imx27-pdk.dts
ARM: dts: imx27-pdk: Pass the UART1 pin configuration
[karo-tx-linux.git] / arch / arm / boot / dts / imx27-pdk.dts
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/;
13 #include "imx27.dtsi"
14
15 / {
16         model = "Freescale i.MX27 Product Development Kit";
17         compatible = "fsl,imx27-pdk", "fsl,imx27";
18
19         memory {
20                 reg = <0xa0000000 0x08000000>;
21         };
22 };
23
24
25 &fec {
26         status = "okay";
27 };
28
29 &uart1 {
30         fsl,uart-has-rtscts;
31         pinctrl-names = "default";
32         pinctrl-0 = <&pinctrl_uart1>;
33         status = "okay";
34 };
35
36 &iomuxc {
37         imx27-pdk {
38                 pinctrl_uart1: uart1grp {
39                         fsl,pins = <
40                                 MX27_PAD_UART1_TXD__UART1_TXD 0x0
41                                 MX27_PAD_UART1_RXD__UART1_RXD 0x0
42                                 MX27_PAD_UART1_CTS__UART1_CTS 0x0
43                                 MX27_PAD_UART1_RTS__UART1_RTS 0x0
44                         >;
45                 };
46         };
47 };