projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: synquacer: Add device trees for DeveloperBox
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
bcm283x-u-boot.dtsi
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* U-Boot addition to keep baudrate set by firmware
4
* and also initialize before relocation.
5
*
6
* (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
7
*/
8
9
&uart0 {
10
skip-init;
11
u-boot,dm-pre-reloc;
12
};
13
14
&uart1 {
15
skip-init;
16
u-boot,dm-pre-reloc;
17
};
18
19
&gpio {
20
u-boot,dm-pre-reloc;
21
};
22
23
&uart0_gpio14 {
24
u-boot,dm-pre-reloc;
25
};
26
27
&uart1_gpio14 {
28
u-boot,dm-pre-reloc;
29
};