]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/dts/tx6dl.dts
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / board / karo / dts / tx6dl.dts
1 /*
2  * Copyright 2012 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 "mx6dl.dtsi"
15
16 / {
17         model = "Ka-Ro TX6Q module";
18         compatible = "karo,imx6q-tx6q", "fsl,imx6q";
19
20         memory {
21                 reg = <0 0>; /* filled in by U-Boot */
22         };
23 };
24
25 &uart1 {
26         pinctrl-names = "default";
27         pinctrl-0 = <&pinctrl_uart1_3 &pinctrl_uart1_4>;
28         status = "okay";
29 };
30
31 &uart2 {
32         pinctrl-names = "default";
33         pinctrl-0 = <&pinctrl_uart2_5 &pinctrl_uart2_6>;
34         status = "okay";
35 };
36
37 &uart3 {
38         pinctrl-names = "default";
39         pinctrl-0 = <&pinctrl_uart3_1 &pinctrl_uart3_4>;
40         status = "okay";
41 };
42
43 &fec {
44         pinctrl-names = "default";
45         pinctrl-0 = <&pinctrl_enet_1>;
46         phy-mode = "rmii";
47         status = "okay";
48 };
49
50 &usdhc1 {
51         pinctrl-names = "default";
52         pinctrl-0 = <&pinctrl_usdhc1_2>;
53         cd-gpios = <&gpio7 2 0>;
54         status = "okay";
55 };
56
57 &usdhc2 {
58         pinctrl-names = "default";
59         pinctrl-0 = <&pinctrl_usdhc2_2>;
60         cd-gpios = <&gpio7 3 0>;
61         status = "okay";
62 };