Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/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 };