powerpc: dts: t1024rdb: 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>
This commit is contained in:
Camelia Groza 2023-07-11 15:49:32 +03:00 committed by Peng Fan
parent 51f976d40d
commit eab4cf5d64

View file

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