projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm64: zynqmp: Add support for zcu102 1.0 rev
[oweals/u-boot.git]
/
arch
/
arm
/
dts
/
omap3-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
&uart1 {
9
reg-shift = <2>;
10
};
11
12
&uart2 {
13
reg-shift = <2>;
14
};
15
16
&uart3 {
17
reg-shift = <2>;
18
};
19