ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02
[deliverable/linux.git] / arch / arm / boot / dts / imx6qdl-phytec-pbab01.dtsi
CommitLineData
7ed47ef1
PZ
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
057b3d3c
PZ
12/ {
13 chosen {
14 linux,stdout-path = &uart4;
15 };
16};
17
7ed47ef1
PZ
18&fec {
19 status = "okay";
20};
21
22&gpmi {
23 status = "okay";
24};
25
25c349c4
PZ
26&hdmi {
27 status = "okay";
28};
29
c3a09406 30&i2c2 {
c3a09406 31 status = "okay";
bcdd3343
PZ
32
33 tlv320@18 {
34 compatible = "ti,tlv320aic3x";
35 reg = <0x18>;
36 };
37
38 stmpe@41 {
39 compatible = "st,stmpe811";
40 reg = <0x41>;
41 };
42
43 rtc@51 {
44 compatible = "nxp,rtc8564";
45 reg = <0x51>;
46 };
47
48 adc@64 {
49 compatible = "maxim,max1037";
50 reg = <0x64>;
51 };
c3a09406
PZ
52};
53
54&i2c3 {
c3a09406
PZ
55 status = "okay";
56};
57
b6b9439b
PZ
58&uart3 {
59 status = "okay";
60};
61
7ed47ef1
PZ
62&uart4 {
63 status = "okay";
64};
65
66&usbh1 {
67 status = "okay";
68};
69
70&usbotg {
71 status = "okay";
72};
73
74&usdhc2 {
75 status = "okay";
76};
77
78&usdhc3 {
79 status = "okay";
80};
This page took 0.070791 seconds and 5 git commands to generate.