ARM: dts: Add initial support for Wandboard Dual-Lite
[cascardo/linux.git] / arch / arm / boot / dts / imx6dl-wandboard.dts
1 /*
2  * Copyright 2013 Freescale Semiconductor, Inc.
3  *
4  * Author: Fabio Estevam <fabio.estevam@freescale.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  */
11 /dts-v1/;
12 #include "imx6dl.dtsi"
13
14 / {
15         model = "Wandboard i.MX6 Dual Lite Board";
16         compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
17
18         memory {
19                 reg = <0x10000000 0x40000000>;
20         };
21 };
22
23 &fec {
24         pinctrl-names = "default";
25         pinctrl-0 = <&pinctrl_enet_1>;
26         phy-mode = "rgmii";
27         status = "okay";
28 };
29
30 &uart1 {
31         pinctrl-names = "default";
32         pinctrl-0 = <&pinctrl_uart1_1>;
33         status = "okay";
34 };
35
36 &usdhc3 {
37         pinctrl-names = "default";
38         pinctrl-0 = <&pinctrl_usdhc3_2>;
39         status = "okay";
40 };