blob: 36548dad62c0b12aa63f8a475c56d123fc8af565 [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
Fabian Vogtff5d7ae2016-09-26 14:26:48 +02009&uart0 {
10 skip-init;
11 u-boot,dm-pre-reloc;
12};
13
14&uart1 {
15 skip-init;
16 u-boot,dm-pre-reloc;
17};
Alexander Graf98216362018-01-25 12:05:56 +010018
19&gpio {
20 u-boot,dm-pre-reloc;
21};