blob: db4c6096c562eaea2415570934b4cd7fad4a981a [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 Behme752baf562011-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 {
25 aips-bus@02100000 { /* AIPS2 */
Shawn Guo0c456cf2012-04-02 14:39:26 +080026 ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +080027 phy-mode = "rgmii";
Shawn Guo7d740f82011-09-06 13:53:26 +080028 status = "okay";
29 };
30
31 usdhc@02198000 { /* uSDHC3 */
Richard Zhao4d191862011-12-14 09:26:44 +080032 cd-gpios = <&gpio6 11 0>;
33 wp-gpios = <&gpio6 14 0>;
Shawn Guo648162a2012-02-27 17:11:12 +080034 vmmc-supply = <&reg_3p3v>;
Dong Aisheng551fd202012-05-11 14:58:00 +080035 pinctrl-names = "default";
36 pinctrl-0 = <&pinctrl_usdhc3_1>;
Shawn Guo7d740f82011-09-06 13:53:26 +080037 status = "okay";
38 };
39
40 usdhc@0219c000 { /* uSDHC4 */
Arnd Bergmann7f217792012-05-13 00:14:24 -040041 non-removable;
Shawn Guo648162a2012-02-27 17:11:12 +080042 vmmc-supply = <&reg_3p3v>;
Dong Aisheng551fd202012-05-11 14:58:00 +080043 pinctrl-names = "default";
44 pinctrl-0 = <&pinctrl_usdhc4_1>;
Shawn Guo7d740f82011-09-06 13:53:26 +080045 status = "okay";
46 };
47
Shawn Guo0c456cf2012-04-02 14:39:26 +080048 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +080049 status = "okay";
50 };
51 };
52 };
53
Shawn Guo648162a2012-02-27 17:11:12 +080054 regulators {
55 compatible = "simple-bus";
56
57 reg_3p3v: 3p3v {
58 compatible = "regulator-fixed";
59 regulator-name = "3P3V";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
62 regulator-always-on;
63 };
64 };
65
Shawn Guo7d740f82011-09-06 13:53:26 +080066 leds {
67 compatible = "gpio-leds";
68
69 debug-led {
70 label = "Heartbeat";
Richard Zhao4d191862011-12-14 09:26:44 +080071 gpios = <&gpio3 25 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +080072 linux,default-trigger = "heartbeat";
73 };
74 };
75};