blob: c6ab762918aaa031d0f4f89b99c0f83045d50aef [file] [log] [blame]
Philipp Zabel7ed47ef2014-04-14 17:37:24 +02001/*
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
Philipp Zabel057b3d32014-04-14 17:37:27 +020012/ {
13 chosen {
14 linux,stdout-path = &uart4;
15 };
16};
17
Philipp Zabel7ed47ef2014-04-14 17:37:24 +020018&fec {
19 status = "okay";
20};
21
22&gpmi {
23 status = "okay";
24};
25
Philipp Zabelc3a09402014-04-14 17:37:28 +020026&i2c2 {
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_i2c2>;
29 clock-frequency = <100000>;
30 status = "okay";
Philipp Zabelbcdd3342014-04-14 17:37:29 +020031
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 };
Philipp Zabelc3a09402014-04-14 17:37:28 +020051};
52
53&i2c3 {
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_i2c3>;
56 clock-frequency = <100000>;
57 status = "okay";
58};
59
Philipp Zabel7ed47ef2014-04-14 17:37:24 +020060&uart4 {
61 status = "okay";
62};
63
64&usbh1 {
65 status = "okay";
66};
67
68&usbotg {
69 status = "okay";
70};
71
72&usdhc2 {
73 status = "okay";
74};
75
76&usdhc3 {
77 status = "okay";
78};
Philipp Zabelc3a09402014-04-14 17:37:28 +020079
80&iomuxc {
81 pinctrl_i2c2: i2c2grp {
82 fsl,pins = <
83 MX6QDL_PAD_EIM_EB2__I2C2_SCL 0x4001b8b1
84 MX6QDL_PAD_EIM_D16__I2C2_SDA 0x4001b8b1
85 >;
86 };
87
88 pinctrl_i2c3: i2c3grp {
89 fsl,pins = <
90 MX6QDL_PAD_EIM_D17__I2C3_SCL 0x4001b8b1
91 MX6QDL_PAD_EIM_D18__I2C3_SDA 0x4001b8b1
92 >;
93 };
94};