mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
9e97755387
Make sure the serial driver is initialized before relocation by tagging the serial nodes with "bootph-all". Add these u-boot specific properties to an *-u-boot.dtsi file. Signed-off-by: Camelia Groza <camelia.groza@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
12 lines
142 B
Text
12 lines
142 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/* Copyright 2023 NXP */
|
|
|
|
&serial0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&serial1 {
|
|
bootph-all;
|
|
};
|
|
|
|
#include "u-boot.dtsi"
|