Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / boot / dts / imx6q-sabresd.dts
CommitLineData
691d2640
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/;
14/include/ "imx6q.dtsi"
15
16/ {
17 model = "Freescale i.MX6Q SABRE Smart Device Board";
18 compatible = "fsl,imx6q-sabresd", "fsl,imx6q";
19
20 memory {
21 reg = <0x10000000 0x40000000>;
22 };
23
24 soc {
691d2640
FE
25 aips-bus@02000000 { /* AIPS1 */
26 spba-bus@02000000 {
27 uart1: serial@02020000 {
497ae174
SG
28 pinctrl-names = "default";
29 pinctrl-0 = <&pinctrl_uart1_1>;
691d2640
FE
30 status = "okay";
31 };
32 };
497ae174
SG
33
34 iomuxc@020e0000 {
35 pinctrl-names = "default";
36 pinctrl-0 = <&pinctrl_hog>;
37
38 hog {
39 pinctrl_hog: hoggrp {
40 fsl,pins = <
41 1402 0x80000000 /* MX6Q_PAD_NANDF_D0__GPIO_2_0 */
42 1410 0x80000000 /* MX6Q_PAD_NANDF_D1__GPIO_2_1 */
43 1418 0x80000000 /* MX6Q_PAD_NANDF_D2__GPIO_2_2 */
44 1426 0x80000000 /* MX6Q_PAD_NANDF_D3__GPIO_2_3 */
45 >;
46 };
47 };
48 };
691d2640
FE
49 };
50
51 aips-bus@02100000 { /* AIPS2 */
52 ethernet@02188000 {
497ae174
SG
53 pinctrl-names = "default";
54 pinctrl-0 = <&pinctrl_enet_1>;
691d2640
FE
55 phy-mode = "rgmii";
56 status = "okay";
57 };
58
59 usdhc@02194000 { /* uSDHC2 */
497ae174
SG
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_usdhc2_1>;
691d2640
FE
62 cd-gpios = <&gpio2 2 0>;
63 wp-gpios = <&gpio2 3 0>;
64 status = "okay";
65 };
66
67 usdhc@02198000 { /* uSDHC3 */
497ae174
SG
68 pinctrl-names = "default";
69 pinctrl-0 = <&pinctrl_usdhc3_1>;
691d2640
FE
70 cd-gpios = <&gpio2 0 0>;
71 wp-gpios = <&gpio2 1 0>;
72 status = "okay";
73 };
74 };
75 };
76};
This page took 0.063232 seconds and 5 git commands to generate.