Merge remote-tracking branch 'efi/chainsaw' into x86/efi
[deliverable/linux.git] / arch / arm / boot / dts / imx6q-sabreauto.dts
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 /dts-v1/;
14 /include/ "imx6q.dtsi"
15
16 / {
17 model = "Freescale i.MX6 Quad SABRE Automotive Board";
18 compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
19
20 memory {
21 reg = <0x10000000 0x80000000>;
22 };
23 };
24
25 &iomuxc {
26 pinctrl-names = "default";
27 pinctrl-0 = <&pinctrl_hog>;
28
29 hog {
30 pinctrl_hog: hoggrp {
31 fsl,pins = <
32 1376 0x80000000 /* MX6Q_PAD_NANDF_CS2__GPIO_6_15 */
33 13 0x80000000 /* MX6Q_PAD_SD2_DAT2__GPIO_1_13 */
34 >;
35 };
36 };
37 };
38
39 &uart4 {
40 pinctrl-names = "default";
41 pinctrl-0 = <&pinctrl_uart4_1>;
42 status = "okay";
43 };
44
45 &fec {
46 pinctrl-names = "default";
47 pinctrl-0 = <&pinctrl_enet_2>;
48 phy-mode = "rgmii";
49 status = "okay";
50 };
51
52 &usdhc3 {
53 pinctrl-names = "default";
54 pinctrl-0 = <&pinctrl_usdhc3_1>;
55 cd-gpios = <&gpio6 15 0>;
56 wp-gpios = <&gpio1 13 0>;
57 status = "okay";
58 };
This page took 0.050198 seconds and 5 git commands to generate.