blob: d792581672cc0ca1710ffaa232f9837f29e722b6 [file] [log] [blame]
Shawn Guo7d740f82011-09-06 13:53:26 +08001/*
2 * Copyright 2011 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/ {
Dirk Behme752baf52011-12-08 08:22:01 +010017 model = "Freescale i.MX6 Quad Armadillo2 Board";
18 compatible = "fsl,imx6q-arm2", "fsl,imx6q";
Shawn Guo7d740f82011-09-06 13:53:26 +080019
Shawn Guo7d740f82011-09-06 13:53:26 +080020 memory {
21 reg = <0x10000000 0x80000000>;
22 };
23
24 soc {
Huang Shijiecf922fa2012-07-01 23:38:46 -040025 gpmi-nand@00112000 {
26 pinctrl-names = "default";
27 pinctrl-0 = <&pinctrl_gpmi_nand_1>;
28 status = "disabled"; /* gpmi nand conflicts with SD */
29 };
30
Shawn Guo7d740f82011-09-06 13:53:26 +080031 aips-bus@02100000 { /* AIPS2 */
Shawn Guo0c456cf2012-04-02 14:39:26 +080032 ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +080033 phy-mode = "rgmii";
Shawn Guo7d740f82011-09-06 13:53:26 +080034 status = "okay";
35 };
36
37 usdhc@02198000 { /* uSDHC3 */
Richard Zhao4d191862011-12-14 09:26:44 +080038 cd-gpios = <&gpio6 11 0>;
39 wp-gpios = <&gpio6 14 0>;
Shawn Guo648162a2012-02-27 17:11:12 +080040 vmmc-supply = <&reg_3p3v>;
Dong Aisheng551fd202012-05-11 14:58:00 +080041 pinctrl-names = "default";
42 pinctrl-0 = <&pinctrl_usdhc3_1>;
Shawn Guo7d740f82011-09-06 13:53:26 +080043 status = "okay";
44 };
45
46 usdhc@0219c000 { /* uSDHC4 */
Arnd Bergmann7f217792012-05-13 00:14:24 -040047 non-removable;
Shawn Guo648162a2012-02-27 17:11:12 +080048 vmmc-supply = <&reg_3p3v>;
Dong Aisheng551fd202012-05-11 14:58:00 +080049 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_usdhc4_1>;
Shawn Guo7d740f82011-09-06 13:53:26 +080051 status = "okay";
52 };
53
Shawn Guo0c456cf2012-04-02 14:39:26 +080054 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +080055 status = "okay";
56 };
57 };
58 };
59
Shawn Guo648162a2012-02-27 17:11:12 +080060 regulators {
61 compatible = "simple-bus";
62
63 reg_3p3v: 3p3v {
64 compatible = "regulator-fixed";
65 regulator-name = "3P3V";
66 regulator-min-microvolt = <3300000>;
67 regulator-max-microvolt = <3300000>;
68 regulator-always-on;
69 };
70 };
71
Shawn Guo7d740f82011-09-06 13:53:26 +080072 leds {
73 compatible = "gpio-leds";
74
75 debug-led {
76 label = "Heartbeat";
Richard Zhao4d191862011-12-14 09:26:44 +080077 gpios = <&gpio3 25 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +080078 linux,default-trigger = "heartbeat";
79 };
80 };
81};