blob: 6445048fe004fe4d9fb2da616161d13f32d7c849 [file] [log] [blame]
Adam Ford5ad42122018-09-29 14:10:18 -05001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2017
4 * Logic PD - http://www.logicpd.com
5 */
6
7/ {
8 chosen {
9 stdout-path = &uart1;
10 };
11};
12
13&i2c1 {
14 clock-frequency = <400000>;
15};
16
17&i2c2 {
18 clock-frequency = <400000>;
19};
20
21&mmc1 {
22 cd-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* gpio_110 */
23};
24
25&mmc2 {
26 status = "disabled";
27};
28
29&mmc3 {
30 status = "disabled";
31};
32