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&mmc1 {
24	cd-inverted;
25};
26
27&mmc2 {
28      status = "disabled";
29};
30
31&mmc3 {
32      status = "disabled";
33};
34
35&uart1 {
36	reg-shift = <2>;
37};
38
39&uart2 {
40	reg-shift = <2>;
41};
42
43&uart3 {
44	reg-shift = <2>;
45};
46
47