blob: 09a75807bc6d2190fecbf1fb1f251978c8e8197e [file] [log] [blame]
Fabio Estevam5c70cb012012-10-07 14:12:49 -03001/*
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/;
Shawn Guo082d33d2013-04-02 13:15:16 +080014
Shawn Guo36dffd82013-04-07 10:49:34 +080015#include "imx6q.dtsi"
Shawn Guo082d33d2013-04-02 13:15:16 +080016#include "imx6qdl-sabreauto.dtsi"
Fabio Estevam5c70cb012012-10-07 14:12:49 -030017
18/ {
19 model = "Freescale i.MX6 Quad SABRE Automotive Board";
20 compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
Shawn Guobe4ccfc2012-12-31 11:32:48 +080021};
Fabio Estevam5c70cb012012-10-07 14:12:49 -030022
Shawn Guobe4ccfc2012-12-31 11:32:48 +080023&iomuxc {
24 pinctrl-names = "default";
25 pinctrl-0 = <&pinctrl_hog>;
Fabio Estevam5c70cb012012-10-07 14:12:49 -030026
Shawn Guobe4ccfc2012-12-31 11:32:48 +080027 hog {
28 pinctrl_hog: hoggrp {
29 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +080030 MX6Q_PAD_NANDF_CS2__GPIO6_IO15 0x80000000
31 MX6Q_PAD_SD2_DAT2__GPIO1_IO13 0x80000000
Huang Shijie72eb4cc2013-05-28 14:20:08 +080032 >;
33 };
34 };
35
36 ecspi1 {
37 pinctrl_ecspi1_sabreauto: ecspi1-sabreauto {
38 fsl,pins = <
39 MX6Q_PAD_EIM_D19__GPIO3_IO19 0x80000000
Shawn Guobe4ccfc2012-12-31 11:32:48 +080040 >;
Fabio Estevam5c70cb012012-10-07 14:12:49 -030041 };
42 };
43};