summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-beagle-u-boot.dtsi
blob: 094f9557b7ee8a0333cc9d3a16e91922ef90e291 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * U-Boot additions
 *
 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
 */

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

&mmc1 {
	cd-inverted;
};

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

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

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