projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.denx.de/u-boot-dm
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
omap3-evm-37xx-u-boot.dtsi
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* U-Boot additions
4
*
5
* (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
6
*/
7
8
/ {
9
chosen {
10
stdout-path = &uart1;
11
};
12
};
13
14
&uart1 {
15
reg-shift = <2>;
16
};
17
18
&uart2 {
19
reg-shift = <2>;
20
};
21
22
&uart3 {
23
reg-shift = <2>;
24
};