]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
Merge git://git.denx.de/u-boot-sunxi
[u-boot] / arch / arm / dts / logicpd-torpedo-37xx-devkit-u-boot.dtsi
1 /*
2  * Copyright (C) 2017
3  * Logic PD - http://www.logicpd.com
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 / {
9         model = "LogicPD Zoom OMAP3 Development Kit";
10
11         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