u-boot/arch/powerpc/dts/t2080rdb-u-boot.dtsi
Camelia Groza 9e97755387 powerpc: dts: t2080rdb: tag serial nodes with bootph-all
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>
2023-07-13 16:54:18 +08:00

12 lines
142 B
Text

// SPDX-License-Identifier: GPL-2.0+
/* Copyright 2023 NXP */
&serial0 {
bootph-all;
};
&serial1 {
bootph-all;
};
#include "u-boot.dtsi"