summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-phytec-phyboard-subra.dtsi
blob: a38765b142a56ab7708ed9ffe2c2b52d19ece7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * Copyright (C) 2015 PHYTEC Messtechnik GmbH,
 * Author: Stefan Christ <s.christ@phytec.de>
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

/ {
	chosen {
		stdout-path = &uart4;
	};
};

&fec {
	status = "okay";
};

&uart4 {
	status = "okay";
};

&usdhc3 {
	status = "okay";
	max-frequency = <25000000>; /* 25 Mhz */
};