]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/bcm283x-uboot.dtsi
sunxi: Enable eMMC on Libre Computer Board ALL-H3-CC boards
[u-boot] / 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 };