ARM: dts: imx6q: add a gpio for hog
[deliverable/linux.git] / arch / arm / boot / dts / imx6qdl-sabreauto.dtsi
CommitLineData
082d33d0
SG
1/*
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
82726931
HS
26&gpmi {
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_gpmi_nand_1>;
29 status = "okay";
30};
31
082d33d0
SG
32&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};
This page took 0.038996 seconds and 5 git commands to generate.