u-boot/arch/arm/dts/imx6ulz-14x14-evk-u-boot.dtsi
Peng Fan 3a6d7ef389 imx: mx6ull/z_14x14_evk: clean up UART iomux
After DM_SERIAL, and set pinctrl_uart1 as pre-reloc, no need initialize
iomux at board file.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
2023-01-31 12:11:33 +01:00

8 lines
109 B
Text

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2022 NXP
*/
&pinctrl_uart1 {
u-boot,dm-pre-reloc;
};