Fabio Estevam | 5c70cb01 | 2012-10-07 14:12:49 -0300 | [diff] [blame] | 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/; |
Shawn Guo | 082d33d | 2013-04-02 13:15:16 +0800 | [diff] [blame] | 14 | |
Shawn Guo | 36dffd8 | 2013-04-07 10:49:34 +0800 | [diff] [blame] | 15 | #include "imx6q.dtsi" |
Shawn Guo | 082d33d | 2013-04-02 13:15:16 +0800 | [diff] [blame] | 16 | #include "imx6qdl-sabreauto.dtsi" |
Fabio Estevam | 5c70cb01 | 2012-10-07 14:12:49 -0300 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | model = "Freescale i.MX6 Quad SABRE Automotive Board"; |
| 20 | compatible = "fsl,imx6q-sabreauto", "fsl,imx6q"; |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 21 | }; |
Fabio Estevam | 5c70cb01 | 2012-10-07 14:12:49 -0300 | [diff] [blame] | 22 | |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 23 | &iomuxc { |
| 24 | pinctrl-names = "default"; |
| 25 | pinctrl-0 = <&pinctrl_hog>; |
Fabio Estevam | 5c70cb01 | 2012-10-07 14:12:49 -0300 | [diff] [blame] | 26 | |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 27 | hog { |
| 28 | pinctrl_hog: hoggrp { |
| 29 | fsl,pins = < |
Shawn Guo | e164153 | 2013-02-20 10:32:52 +0800 | [diff] [blame] | 30 | MX6Q_PAD_NANDF_CS2__GPIO6_IO15 0x80000000 |
| 31 | MX6Q_PAD_SD2_DAT2__GPIO1_IO13 0x80000000 |
Huang Shijie | 72eb4cc | 2013-05-28 14:20:08 +0800 | [diff] [blame] | 32 | >; |
| 33 | }; |
| 34 | }; |
| 35 | |
| 36 | ecspi1 { |
| 37 | pinctrl_ecspi1_sabreauto: ecspi1-sabreauto { |
| 38 | fsl,pins = < |
| 39 | MX6Q_PAD_EIM_D19__GPIO3_IO19 0x80000000 |
Shawn Guo | be4ccfc | 2012-12-31 11:32:48 +0800 | [diff] [blame] | 40 | >; |
Fabio Estevam | 5c70cb01 | 2012-10-07 14:12:49 -0300 | [diff] [blame] | 41 | }; |
| 42 | }; |
| 43 | }; |