blob: d46ecdbc5663c2f9aab9968bc081671e5b5ae28a [file] [log] [blame]
Adam Fordbf1ddfc2017-08-25 07:33:26 -05001/*
2 * Copyright (C) 2017
3 * Logic PD - http://www.logicpd.com
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8/ {
Adam Ford20188f52017-11-20 09:56:03 -06009 model = "LogicPD Zoom OMAP3 Development Kit";
10
Adam Fordbf1ddfc2017-08-25 07:33:26 -050011 chosen {
12 stdout-path = &uart1;
13 };
14};
15
16&i2c1 {
17 clock-frequency = <400000>;
18};
19
20&i2c2 {
21 clock-frequency = <400000>;
22};
23
24&mmc1 {
25 cd-inverted;
26};
27
28&mmc2 {
29 status = "disabled";
30};
31
32&mmc3 {
33 status = "disabled";
34};
35
36&uart1 {
37 reg-shift = <2>;
38};
39
40&uart2 {
41 reg-shift = <2>;
42};
43
44&uart3 {
45 reg-shift = <2>;
46};
47