Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
1/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
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 <dt-bindings/input/input.h>
14#include "imx25.dtsi"
15
16/ {
17 model = "Freescale i.MX25 Product Development Kit";
18 compatible = "fsl,imx25-pdk", "fsl,imx25";
19
20 memory {

--- 49 unchanged lines hidden (view full) ---

70 audio-codec = <&codec>;
71 audio-routing =
72 "MIC_IN", "Mic Jack",
73 "Mic Jack", "Mic Bias",
74 "Headphone Jack", "HP_OUT";
75 mux-int-port = <1>;
76 mux-ext-port = <4>;
77 };
78};
79
80&audmux {
81 pinctrl-names = "default";
82 pinctrl-0 = <&pinctrl_audmux>;
83 status = "okay";
84};
85
86&can1 {
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_can1>;
89 xceiver-supply = <&reg_can_3v3>;
90 status = "okay";
91};
92
93&esdhc1 {
94 pinctrl-names = "default";
95 pinctrl-0 = <&pinctrl_esdhc1>;
96 cd-gpios = <&gpio2 1 0>;
97 wp-gpios = <&gpio2 0 0>;
98 status = "okay";
99};
100
101&fec {
102 phy-mode = "rmii";
103 pinctrl-names = "default";
104 pinctrl-0 = <&pinctrl_fec>;
105 phy-supply = <&reg_fec_3v3>;

--- 79 unchanged lines hidden (view full) ---

185 MX25_PAD_KPP_ROW3__KPP_ROW3 0x80000000
186 MX25_PAD_KPP_COL0__KPP_COL0 0x80000000
187 MX25_PAD_KPP_COL1__KPP_COL1 0x80000000
188 MX25_PAD_KPP_COL2__KPP_COL2 0x80000000
189 MX25_PAD_KPP_COL3__KPP_COL3 0x80000000
190 >;
191 };
192
193
194 pinctrl_uart1: uart1grp {
195 fsl,pins = <
196 MX25_PAD_UART1_RTS__UART1_RTS 0xe0
197 MX25_PAD_UART1_CTS__UART1_CTS 0xe0
198 MX25_PAD_UART1_TXD__UART1_TXD 0x80000000
199 MX25_PAD_UART1_RXD__UART1_RXD 0xc0
200 >;
201 };
202 };
203};
204
205&nfc {
206 nand-on-flash-bbt;
207 status = "okay";
208};
209
210&kpp {
211 pinctrl-names = "default";
212 pinctrl-0 = <&pinctrl_kpp>;

--- 45 unchanged lines hidden ---