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
/
bcm283x-uboot.dtsi
1
/*
2
* U-Boot addition to keep baudrate set by firmware
3
* and also initialize before relocation.
4
*
5
* (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
6
*
7
* SPDX-License-Identifier: GPL-2.0+
8
*/
9
10
&soc {
11
u-boot,dm-pre-reloc;
12
};
13
14
&uart0 {
15
skip-init;
16
u-boot,dm-pre-reloc;
17
};
18
19
&uart1 {
20
skip-init;
21
u-boot,dm-pre-reloc;
22
};