]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
53a489988e5e10118148c29a57ea74c7c915a37e
[u-boot] / arch / arm / dts / omap3-evm-37xx-u-boot.dtsi
1 /*
2  * U-Boot additions
3  *
4  * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 / {
10         chosen {
11                 stdout-path = &uart1;
12         };
13 };
14
15 &mmc1 {
16         cd-inverted;
17 };
18
19 &uart1 {
20         reg-shift = <2>;
21 };
22
23 &uart2 {
24         reg-shift = <2>;
25 };
26
27 &uart3 {
28         reg-shift = <2>;
29 };