Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / bcm283x-uboot.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 &soc {
10         u-boot,dm-pre-reloc;
11 };
12
13 &uart0 {
14         skip-init;
15         u-boot,dm-pre-reloc;
16 };
17
18 &uart1 {
19         skip-init;
20         u-boot,dm-pre-reloc;
21 };
22
23 &gpio {
24         u-boot,dm-pre-reloc;
25 };