Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6
[deliverable/linux.git] / arch / arm / boot / dts / imx6q-sabreauto.dts
CommitLineData
5c70cb01
FE
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/;
082d33d0 14
36dffd8f 15#include "imx6q.dtsi"
082d33d0 16#include "imx6qdl-sabreauto.dtsi"
5c70cb01
FE
17
18/ {
19 model = "Freescale i.MX6 Quad SABRE Automotive Board";
20 compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
be4ccfce 21};
5c70cb01 22
be4ccfce
SG
23&iomuxc {
24 pinctrl-names = "default";
25 pinctrl-0 = <&pinctrl_hog>;
5c70cb01 26
be4ccfce
SG
27 hog {
28 pinctrl_hog: hoggrp {
29 fsl,pins = <
e1641531
SG
30 MX6Q_PAD_NANDF_CS2__GPIO6_IO15 0x80000000
31 MX6Q_PAD_SD2_DAT2__GPIO1_IO13 0x80000000
72eb4cca
HS
32 >;
33 };
34 };
35
36 ecspi1 {
37 pinctrl_ecspi1_sabreauto: ecspi1-sabreauto {
38 fsl,pins = <
39 MX6Q_PAD_EIM_D19__GPIO3_IO19 0x80000000
be4ccfce 40 >;
5c70cb01 41 };
be4ccfce
SG
42 };
43};
This page took 0.060121 seconds and 5 git commands to generate.