ARM: imx6q-arm2: Remove hardcoded mac address
[deliverable/linux.git] / arch / arm / boot / dts / imx6q-arm2.dts
CommitLineData
7d740f87
SG
1/*
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/ {
752baf56
DB
17 model = "Freescale i.MX6 Quad Armadillo2 Board";
18 compatible = "fsl,imx6q-arm2", "fsl,imx6q";
7d740f87 19
7d740f87
SG
20 memory {
21 reg = <0x10000000 0x80000000>;
22 };
23
24 soc {
25 aips-bus@02100000 { /* AIPS2 */
0c456cfa 26 ethernet@02188000 {
7d740f87 27 phy-mode = "rgmii";
7d740f87
SG
28 status = "okay";
29 };
30
31 usdhc@02198000 { /* uSDHC3 */
4d191868
RZ
32 cd-gpios = <&gpio6 11 0>;
33 wp-gpios = <&gpio6 14 0>;
648162ac 34 vmmc-supply = <&reg_3p3v>;
7d740f87
SG
35 status = "okay";
36 };
37
38 usdhc@0219c000 { /* uSDHC4 */
39 fsl,card-wired;
648162ac 40 vmmc-supply = <&reg_3p3v>;
7d740f87
SG
41 status = "okay";
42 };
43
0c456cfa 44 uart4: serial@021f0000 {
7d740f87
SG
45 status = "okay";
46 };
47 };
48 };
49
648162ac
SG
50 regulators {
51 compatible = "simple-bus";
52
53 reg_3p3v: 3p3v {
54 compatible = "regulator-fixed";
55 regulator-name = "3P3V";
56 regulator-min-microvolt = <3300000>;
57 regulator-max-microvolt = <3300000>;
58 regulator-always-on;
59 };
60 };
61
7d740f87
SG
62 leds {
63 compatible = "gpio-leds";
64
65 debug-led {
66 label = "Heartbeat";
4d191868 67 gpios = <&gpio3 25 0>;
7d740f87
SG
68 linux,default-trigger = "heartbeat";
69 };
70 };
71};
This page took 0.055428 seconds and 5 git commands to generate.