blob: 4e36aef5190d5379cfb1834780467ed457068f40 [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
26&uart4 {
27 status = "okay";
28};
29
30&usbh1 {
31 status = "okay";
32};
33
34&usbotg {
35 status = "okay";
36};
37
38&usdhc2 {
39 status = "okay";
40};
41
42&usdhc3 {
43 status = "okay";
44};