summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
blob: 53a489988e5e10118148c29a57ea74c7c915a37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * U-Boot additions
 *
 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

/ {
	chosen {
		stdout-path = &uart1;
	};
};

&mmc1 {
	cd-inverted;
};

&uart1 {
	reg-shift = <2>;
};

&uart2 {
	reg-shift = <2>;
};

&uart3 {
	reg-shift = <2>;
};