blob: 6cc1aa3f9351a42ded8d9413c59b2018ff0ce797 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Fabian Vogtff5d7ae2016-09-26 14:26:48 +02002/*
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>
Fabian Vogtff5d7ae2016-09-26 14:26:48 +02007 */
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};
Alexander Graf98216362018-01-25 12:05:56 +010022
23&gpio {
24 u-boot,dm-pre-reloc;
25};