blob: 956199a2b42b516adb0b9ebf1e51d341fea162c2 [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
Adam Ford0cd94652019-02-16 13:31:24 -06007#include "omap3-u-boot.dtsi"
8
Adam Ford5ad42122018-09-29 14:10:18 -05009/ {
10 chosen {
11 stdout-path = &uart1;
12 };
13};
14
15&i2c1 {
16 clock-frequency = <400000>;
17};
18
19&i2c2 {
20 clock-frequency = <400000>;
21};
22
Adam Ford5ad42122018-09-29 14:10:18 -050023&mmc2 {
24 status = "disabled";
25};
26
27&mmc3 {
28 status = "disabled";
29};
30