Merge branch 'master' of git://git.denx.de/u-boot
[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 };