1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2017
4 * Logic PD - http://www.logicpd.com
5 */
6
7/ {
8	model = "LogicPD Zoom OMAP3 Development Kit";
9
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
23&mmc2 {
24      status = "disabled";
25};
26
27&mmc3 {
28      status = "disabled";
29};
30
31&uart1 {
32	reg-shift = <2>;
33};
34
35&uart2 {
36	reg-shift = <2>;
37};
38
39&uart3 {
40	reg-shift = <2>;
41};
42
43