blob: 4d237cffcc41dc62af43b6855f93a1267377fe60 [file] [log] [blame]
Shawn Guo082d33d2013-04-02 13:15:16 +08001/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/ {
14 memory {
15 reg = <0x10000000 0x80000000>;
16 };
17};
18
19&fec {
20 pinctrl-names = "default";
21 pinctrl-0 = <&pinctrl_enet_2>;
22 phy-mode = "rgmii";
23 status = "okay";
24};
25
26&uart4 {
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_uart4_1>;
29 status = "okay";
30};
31
32&usdhc3 {
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_usdhc3_1>;
35 cd-gpios = <&gpio6 15 0>;
36 wp-gpios = <&gpio1 13 0>;
37 status = "okay";
38};