blob: 323a6479ce37217df17f83e5e08fddd10f1294ef [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 Zabelb6b94392014-04-14 17:37:31 +020060&uart3 {
61 status = "okay";
62};
63
Philipp Zabel7ed47ef2014-04-14 17:37:24 +020064&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};
Philipp Zabelc3a09402014-04-14 17:37:28 +020083
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};