blob: 8c17c6f6a523435db41409f8f93a6f0359f247db [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
Matthias Brugger823a2f22021-04-12 15:38:51 +02009/ {
10 smbios {
11 compatible = "u-boot,sysinfo-smbios";
12 smbios {
13 system {
14 manufacturer = "raspberrypi";
15 product = "rpi";
16 };
17 baseboard {
18 manufacturer = "raspberrypi";
19 product = "rpi";
20 };
21 chassis {
22 manufacturer = "raspberrypi";
23 };
24 };
25 };
26};
27
Fabian Vogt93713912016-09-26 14:26:48 +020028&uart0 {
29 skip-init;
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-all;
Fabian Vogt93713912016-09-26 14:26:48 +020031};
32
33&uart1 {
34 skip-init;
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Fabian Vogt93713912016-09-26 14:26:48 +020036};
Alexander Graf7fcd3132018-01-25 12:05:56 +010037
38&gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Alexander Graf7fcd3132018-01-25 12:05:56 +010040};
Simon Glass367ae092020-03-22 21:15:52 -060041
42&uart0_gpio14 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070043 bootph-all;
Simon Glass367ae092020-03-22 21:15:52 -060044};
45
46&uart1_gpio14 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070047 bootph-all;
Simon Glass367ae092020-03-22 21:15:52 -060048};