blob: 9c468d2338f386833c61ce6d7d45ce5bb34b5c7c [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 {
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";
28 local-mac-address = [00 04 9F 01 1B 61];
29 status = "okay";
30 };
31
32 usdhc@02198000 { /* uSDHC3 */
Richard Zhao4d191862011-12-14 09:26:44 +080033 cd-gpios = <&gpio6 11 0>;
34 wp-gpios = <&gpio6 14 0>;
Shawn Guo648162a2012-02-27 17:11:12 +080035 vmmc-supply = <&reg_3p3v>;
Shawn Guo7d740f82011-09-06 13:53:26 +080036 status = "okay";
37 };
38
39 usdhc@0219c000 { /* uSDHC4 */
40 fsl,card-wired;
Shawn Guo648162a2012-02-27 17:11:12 +080041 vmmc-supply = <&reg_3p3v>;
Shawn Guo7d740f82011-09-06 13:53:26 +080042 status = "okay";
43 };
44
Shawn Guo0c456cf2012-04-02 14:39:26 +080045 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +080046 status = "okay";
47 };
48 };
49 };
50
Shawn Guo648162a2012-02-27 17:11:12 +080051 regulators {
52 compatible = "simple-bus";
53
54 reg_3p3v: 3p3v {
55 compatible = "regulator-fixed";
56 regulator-name = "3P3V";
57 regulator-min-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
59 regulator-always-on;
60 };
61 };
62
Shawn Guo7d740f82011-09-06 13:53:26 +080063 leds {
64 compatible = "gpio-leds";
65
66 debug-led {
67 label = "Heartbeat";
Richard Zhao4d191862011-12-14 09:26:44 +080068 gpios = <&gpio3 25 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +080069 linux,default-trigger = "heartbeat";
70 };
71 };
72};