]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
ARM: dts: pbab01: Enable UART1
[karo-tx-linux.git] / arch / arm / boot / dts / imx6qdl-phytec-pbab01.dtsi
1 /*
2  * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
3  *
4  * The code contained herein is licensed under the GNU General Public
5  * License. You may obtain a copy of the GNU General Public License
6  * Version 2 or later at the following locations:
7  *
8  * http://www.opensource.org/licenses/gpl-license.html
9  * http://www.gnu.org/copyleft/gpl.html
10  */
11
12 / {
13         chosen {
14                 linux,stdout-path = &uart4;
15         };
16 };
17
18 &fec {
19         status = "okay";
20 };
21
22 &gpmi {
23         status = "okay";
24 };
25
26 &i2c2 {
27         pinctrl-names = "default";
28         pinctrl-0 = <&pinctrl_i2c2>;
29         clock-frequency = <100000>;
30         status = "okay";
31
32         tlv320@18 {
33                 compatible = "ti,tlv320aic3x";
34                 reg = <0x18>;
35         };
36
37         stmpe@41 {
38                 compatible = "st,stmpe811";
39                 reg = <0x41>;
40         };
41
42         rtc@51 {
43                 compatible = "nxp,rtc8564";
44                 reg = <0x51>;
45         };
46
47         adc@64 {
48                 compatible = "maxim,max1037";
49                 reg = <0x64>;
50         };
51 };
52
53 &i2c3 {
54         pinctrl-names = "default";
55         pinctrl-0 = <&pinctrl_i2c3>;
56         clock-frequency = <100000>;
57         status = "okay";
58 };
59
60 &uart3 {
61         status = "okay";
62 };
63
64 &uart4 {
65         status = "okay";
66 };
67
68 &usbh1 {
69         status = "okay";
70 };
71
72 &usbotg {
73         status = "okay";
74 };
75
76 &usdhc2 {
77         status = "okay";
78 };
79
80 &usdhc3 {
81         status = "okay";
82 };
83
84 &iomuxc {
85         pinctrl_i2c2: i2c2grp {
86                 fsl,pins = <
87                         MX6QDL_PAD_EIM_EB2__I2C2_SCL            0x4001b8b1
88                         MX6QDL_PAD_EIM_D16__I2C2_SDA            0x4001b8b1
89                 >;
90         };
91
92         pinctrl_i2c3: i2c3grp {
93                 fsl,pins = <
94                         MX6QDL_PAD_EIM_D17__I2C3_SCL            0x4001b8b1
95                         MX6QDL_PAD_EIM_D18__I2C3_SDA            0x4001b8b1
96                 >;
97         };
98 };