blob: 7b561fbbfb03cb99ed1bef636c6e29fdb5ce4ecd [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
Huang Shijie82726932013-05-07 15:39:20 +080026&gpmi {
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_gpmi_nand_1>;
29 status = "okay";
30};
31
Shawn Guo082d33d2013-04-02 13:15:16 +080032&uart4 {
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_uart4_1>;
35 status = "okay";
36};
37
38&usdhc3 {
39 pinctrl-names = "default";
40 pinctrl-0 = <&pinctrl_usdhc3_1>;
41 cd-gpios = <&gpio6 15 0>;
42 wp-gpios = <&gpio1 13 0>;
43 status = "okay";
44};