blob: ec0f93dd8507e433098cb2ce61423a49f66bad21 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Fabian Vogt93713912016-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 Vogt93713912016-09-26 14:26:48 +02007 */
8
Fabian Vogt93713912016-09-26 14:26:48 +02009&uart0 {
10 skip-init;
Simon Glassd3a98cb2023-02-13 08:56:33 -070011 bootph-all;
Fabian Vogt93713912016-09-26 14:26:48 +020012};
13
14&uart1 {
15 skip-init;
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Fabian Vogt93713912016-09-26 14:26:48 +020017};
Alexander Graf7fcd3132018-01-25 12:05:56 +010018
19&gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070020 bootph-all;
Alexander Graf7fcd3132018-01-25 12:05:56 +010021};
Simon Glass367ae092020-03-22 21:15:52 -060022
23&uart0_gpio14 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-all;
Simon Glass367ae092020-03-22 21:15:52 -060025};
26
27&uart1_gpio14 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070028 bootph-all;
Simon Glass367ae092020-03-22 21:15:52 -060029};