1/*
2 * Copyright (C) 2017
3 * Logic PD - http://www.logicpd.com
4 *
5 * SPDX-License-Identifier:	GPL-2.0+
6 */
7
8/ {
9	chosen {
10		stdout-path = &uart1;
11	};
12};
13
14&i2c1 {
15	clock-frequency = <400000>;
16};
17
18&i2c2 {
19	clock-frequency = <400000>;
20};
21
22&mmc1 {
23	cd-inverted;
24};
25
26&mmc2 {
27      status = "disabled";
28};
29
30&mmc3 {
31      status = "disabled";
32};
33
34&uart1 {
35	reg-shift = <2>;
36};
37
38&uart2 {
39	reg-shift = <2>;
40};
41
42&uart3 {
43	reg-shift = <2>;
44};
45
46